mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-07 17:33:20 +02:00
clear srcreen on init
This commit is contained in:
@@ -103,6 +103,9 @@ def main(stdscr: curses.window) -> None:
|
||||
initialize_globals()
|
||||
logging.info("Starting main UI")
|
||||
|
||||
stdscr.clear()
|
||||
stdscr.refresh()
|
||||
|
||||
try:
|
||||
with contextlib.redirect_stdout(output_capture), contextlib.redirect_stderr(output_capture):
|
||||
main_ui(stdscr)
|
||||
|
||||
Reference in New Issue
Block a user