-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now there's no easy way to scroll all the way to the bottom (i.e. if you scroll up at all, autoscroll stops and lots of text could get printed below your position with no way to get back)
Perhaps it should scroll to the bottom when:
- on any keypress (aside from ones which are used for scrolling of course)
- when actual input is sent to the terminal (i.e. this wouldn't include special shortcuts like ctrl+shift+c to copy selected text)
- when output is printed
iirc most terminals do 3. I don't think this is a good default behavior - you might want to view old output while text is being printed.
2 seems like the best choice, maybe with 3 as an option?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request