Bug 2198

Summary: \'Западает\' верхняя строчка в less
Product: Sisyphus Reporter: Mikhail Zabaluev <mhz>
Component: gnome-terminalAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P5 CC: aris
Version: unstable   
Hardware: all   
OS: Linux   

Description Mikhail Zabaluev 2003-02-09 17:41:06 MSK
How to reproduce:
1. Open a text file with less in a gnome-terminal window
2. Make sure that the topmost line of the terminal contains some visible text
3. Exit less
4. Open less again with empty content: cat /dev/null | less
5. The topmost line of the recently viewed text appears again.

This can lead to confusion when an user views an empty file, yet perceives it as containing some text, hence the major severity.

The problem seems to be endemic to gnome-terminal, or more specifically, to the zvt widget. xterm and rxvt do not exhibit such behavior.
---

---
It\'s reproducible on gnome-terminal 2.2.0 and 2.2.1 built with zvt. Gnome-terminal 2.2.1 built with vte, however, does not manifest this problem.
Comment 1 Yuri N. Sedunov 2004-06-02 14:16:04 MSD
fixed