mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
clear menu_win on escape
This commit is contained in:
@@ -210,6 +210,8 @@ def settings_menu(stdscr, interface):
|
||||
selected_index = 0
|
||||
|
||||
elif key == 27: # Escape key
|
||||
menu_win.clear()
|
||||
menu_win.refresh()
|
||||
break
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user