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 147757 - VTE should provide Shift-Up line scrolling like other most common terminals
VTE should provide Shift-Up line scrolling like other most common terminals
Status: RESOLVED DUPLICATE of bug 118967
Product: vte
Classification: Core
Component: general
0.11.x
Other All
: Normal enhancement
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
Depends on:
Blocks:
 
 
Reported: 2004-07-17 06:57 UTC by devsk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Allow Shift-Up/Down line scrolling like other common terminals (2.18 KB, patch)
2004-07-17 07:00 UTC, devsk
none Details | Review

Description devsk 2004-07-17 06:57:38 UTC
Shift-Up doesn't scroll line by line.
Comment 1 devsk 2004-07-17 07:00:11 UTC
Created attachment 29601 [details] [review]
Allow Shift-Up/Down line scrolling like other common terminals

Please include this functionality in vte's next release. Its desirable for
mouse free experience when the lines I am interested in are on page boundaries
and Shift-Pgup/pgdown doesn't help because I can't the interesting lines
together.
Comment 2 Mariano Suárez-Alvarez 2004-07-21 17:14:30 UTC
I have not tested this, but I does look sane. It is against a non-HEAD vte,
though, I think, but it should apply cleanly anyways.

N.B.: I would not emit the contents-changed signal in this case, nor in the
Ctrl+Page{Up,Down} case either, in which we are currently emitting it (basically
because I have things like bug 132173 in mind) Note that e.g.
vte_terminal_maybe_scroll_to_top, run by hitting Ctrl+Home, does not emit the
signal, so if we want the emission, we should add it there and in a couple more
of places.

Adding keywords.
Comment 3 devsk 2004-07-21 18:11:56 UTC
>>N.B.: I would not emit the contents-changed signal in this case, nor in the
>>Ctrl+Page{Up,Down} case either

I agree!
Comment 4 Mariano Suárez-Alvarez 2004-07-22 22:00:29 UTC
Please Sunil, do not post me-too comments on bugzilla. 
Let's keep the signal/noise ratio high!
Comment 5 Kjartan Maraas 2004-10-18 10:21:04 UTC
Should this patch be applied? Is it really an enhancement or a bugfix?
Comment 6 Mariano Suárez-Alvarez 2004-11-07 02:10:06 UTC
This is an enhancement. 
Dupping to 118967, which is the same thing and also has a patch, essentially
equivalent.

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