After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 94896 - uncorrect display of terminal-content
uncorrect display of terminal-content
Status: RESOLVED WONTFIX
Product: libzvt
Classification: Deprecated
Component: general
2.0.x
Other other
: Normal blocker
: ---
Assigned To: jacob berkman
Unknown User
Depends on:
Blocks:
 
 
Reported: 2002-10-04 19:55 UTC by gnome
Modified: 2005-01-06 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch :) (433 bytes, patch)
2002-10-07 09:22 UTC, gnome
none Details | Review

Description gnome 2002-10-04 19:55:21 UTC
sometimes the terminal-emulations _display_ is incorrect and does not
match the internal buffer.

Reproduce:

disable background-image or transparency and go to a
linux-kernel-source in a 80x24 gnome-terminal

- make menuconfig

- type [?]: to get the help-text for 'Code maturity level options'

- type [page down]: parts of the old text stay on the
  gnome-terminal-display in the lower part.

- shade/unshade the terminal: this makes gnome-terminal redraw it's
  display -- the display is correct again proving that 
  a) it's libzvts fault
  b) the internal buffer of libzvt is correct.

This bug had been reportet for gnome-1.4 libzvt over a year ago.
See: http://www.forwiss.uni-passau.de/~berberic/Linux/gnome-terminal.html
Comment 1 gnome 2002-10-07 09:21:35 UTC
This is because vt_erase_chars (called on 'CSI <PS> X') does not mark
the line as dirty, so it does not get redrawn.
Comment 2 gnome 2002-10-07 09:22:47 UTC
Created attachment 11430 [details] [review]
patch :)
Comment 3 Kjartan Maraas 2005-01-06 11:06:42 UTC
Closing libzvt bugs since it's not actively maintained or used by anything in
the desktop these days. If you still have similar problems as the one filed here
with recent versions of gnome-terminal, please report it against vte, the new
terminal widget.