Opened 17 years ago
Closed 16 years ago
#1772 closed bug (fixed)
Terminal always scrolls to the last output
Reported by: | andreasf | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha1 |
Component: | Applications/Terminal | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When having a long-running process such as a configure script or a compilation it is sometimes necessary to review previous output while still running (e.g. to evaluate whether to kill it).
On Linux, the GNOME Terminal behaves like this: When you haven't scrolled it assures that the last line is visible (at the bottom, once the screen is full). When you have scrolled up it doesn't jump to any new lines written until you scroll down to the last line again.
While the BeOS Terminal doesn't have this feature, it would be handy to have it on Haiku. Maybe optional?
Change History (5)
comment:1 by , 17 years ago
Milestone: | R1 → Unscheduled |
---|---|
Priority: | normal → low |
comment:2 by , 17 years ago
comment:4 by , 16 years ago
Milestone: | Unscheduled → R1/alpha1 |
---|---|
Owner: | changed from | to
Priority: | low → normal |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
It's especially annoying since it starts to jump while you're scrolling around (using the scrollbar), unlike BeOS which maintains the scrolling position in this case. I dunno if that's a bug in the Terminal or the scrollview implementation, though (probably Terminal, I'd guess, though).