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 561866 - Screen doesn't redraw consistently
Screen doesn't redraw consistently
Status: RESOLVED NOTGNOME
Product: vte
Classification: Core
Component: general
0.17.x
Other All
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-21 22:06 UTC by Kevin Rauwolf
Modified: 2008-12-17 23:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Screenshot of partially redrawn window after window was obscured (14.97 KB, image/png)
2008-11-21 22:07 UTC, Kevin Rauwolf
Details

Description Kevin Rauwolf 2008-11-21 22:06:12 UTC
Please describe the problem:
When using vim with t_Co=256 and color highlighting, the terminal window occasionally fails to redraw.  Keyboard input (including Control-L) does not fix the problem, but clicking on the title bar of the window will redraw the screen.  If the window is partially obscured by another window, the obscured portion will redraw when it's revealed again.

Steps to reproduce:
1. Edit a file in vim with color syntax highlighting
2. Search for an existing term in the file that will cause scrolling


Actual results:
The screen will not redraw at all, but if the title bar is clicked, it will redraw scrolled to the expected place int the file.

Expected results:
I would expect the redraw to happen immediately when the window content changes.

Does this happen every time?
It's intermittent, but happens often.

Other information:
The problem doesn't happen in 16-color mode (t_Co=16), or with other applications, like Mutt, that use 16 colors.
Comment 1 Kevin Rauwolf 2008-11-21 22:07:50 UTC
Created attachment 123199 [details]
Screenshot of partially redrawn window after window was obscured
Comment 2 Kevin Rauwolf 2008-11-21 22:08:34 UTC
Originally reported at https://bugs.launchpad.net/ubuntu/+source/vte/+bug/99038
Comment 3 Kevin Rauwolf 2008-11-21 23:29:54 UTC
Correction -- it happens in 16 color mode, too, just less frequently.
Comment 4 Kevin Rauwolf 2008-12-10 06:27:55 UTC
More information -- it happens much more frequently over SSH than it does in local shells, though it does still happen in both.
Comment 5 Kevin Rauwolf 2008-12-17 23:27:31 UTC
After all that, it seems to be compiz.  It happens in xterm as well, and not at all if compiz is disabled.