-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VT100 compatible color mode not cleared #102
Comments
It would probably be good to define as a function, such as Reset top/bottom margins
It appears that a scroll region is setup during initialization: BusPirate5-firmware/ui/ui_term.c Lines 126 to 127 in 5bbaed7
One site defines As a C string, this would be: Set cursor to bottom of screen
If getting rid of scroll area, don't want next output to overwrite the status bar information, as the user may want that to persist in the scrollback buffer. Use other reset commands
Output a single line
Output |
I'm going to second that it would be cool to have just a |
Looking at the statemachine in #100, this appears to be related as well. I think it's probably best if we could sketch out the statemachine's intended execution and then create an update to address that. |
When you connect to the BP, and enable VT100 compatible color mode, the bottom of the screen displays the voltages on the pins.
When you type "#" of "$" (reset, or boot mode), the BP disconnects, yet the terminal is not cleared. The voltages stayed displayed on the screen, even when you execute commands that could cause the screen to scroll down. It is necessary to type "clear" to reset the terminal.
The text was updated successfully, but these errors were encountered: