mirror of
https://github.com/lowobservable/oec.git
synced 2026-01-25 19:56:36 +00:00
Fix issue where entire screen was cleared by VT100 session erasing status line set by controller
This commit is contained in:
@@ -80,7 +80,7 @@ class Controller:
|
||||
|
||||
self.logger.info(f'Rows = {rows}, Columns = {columns}, Keymap = {keymap_name}')
|
||||
|
||||
self.terminal.display.clear_screen()
|
||||
self.terminal.display.clear_screen(include_status_line=True)
|
||||
|
||||
# Show the attached indicator on the status line.
|
||||
self.terminal.display.status_line.write_string(0, 'S')
|
||||
|
||||
Reference in New Issue
Block a user