Skip to content

Options to clear the output box #2

Description

@philipstarkey

Original report by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


OutputBox should let you clear the buffer of the output box with a context menu option.

It should also perhaps let you focus at the bottom of the output box and hit enter to add whitespace (well, black, whatever), like other terminals let you do (albeit only as a side effect of accepting all input and printing it, which we shouldn't do)

Maybe also it should be that if you hit control-L, the window scrolls down past the last line so that the next printed line will be at the top.

But at the very least the first thing should be done.

This is something the user might want to do before they do an operation that will produce output they want to easily distinguish from previous output, like how clearing a terminal is normally used. It is not to conserve resources and avoid performance hits from large buffers, which we already do by only keeping a finite number of lines.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions