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 682118 - Hard to scroll past really long terminal lines
Hard to scroll past really long terminal lines
Status: RESOLVED DUPLICATE of bug 585995
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-17 18:25 UTC by Martin Meyer
Modified: 2012-08-24 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Meyer 2012-08-17 18:25:00 UTC
I do a lot of mysql work on partitioned tables, and when I do SHOW CREATE on them, it tends to print out really long lines of dashes to illustrate the ASCII alignment of the fields on subsequent lines. gnome-terminal doesn't handle this well *at all*, hanging every instance of gnome-terminal while trying to figure out what to do.

I can reproduce this pretty easily. Go to any terminal that has more than the current screen worth of history, and run this command:

for i in {0..10000}; do echo -n "----------"; done; echo

That will generate a single line with 100000 dashes on it. Good luck trying to scroll your terminal after that!
Comment 1 Christian Persch 2012-08-24 11:46:57 UTC

*** This bug has been marked as a duplicate of bug 585995 ***