New issue 10747 by reddog176: Scrolling in terminal doesn't work properly
http://code.google.com/p/chromium-os/issues/detail?id=10747
Chrome OS Version : 0.9.128.12
Chrome Version : 8.0.552.343
Type of computer : cr-48
Please specify Area-* of the system to which this bug/feature applies.
The shell
What steps will reproduce the problem?
1. open cmd prompt
2. type shell
3. make more than a screens worth of back scroll
4. use shift-up and shift-down to scroll
What is the expected output?
the screen doesn't scroll smoothly
What do you see instead?
the scrolling lags until you release the keys
Please provide any additional information below.
Comment #1 on issue 10747 by de...@chromium.org: Scrolling in terminal
doesn't work properly
http://code.google.com/p/chromium-os/issues/detail?id=10747
I think that this is obsolete after the switch from aterm to rxvt-unicode
for issue 6270. Shift-Up and Shift-Down no longer scroll by one line, but
when I use Shift-Alt-Up and Shift-Alt-Down to send Shift-PageUp and
Shift-PageDown, we scroll a screen at a time at a more-or-less constant
rate.
(The choppiness on Shift-Up in aterm also doesn't seem particularly bad to
me, though.)