fixed cursor not being hidden

This commit is contained in:
Nicholas Dyer 2023-12-21 13:20:26 -05:00
parent 8f459b072e
commit 3cfb002b1e
Signed by: ndyer
GPG Key ID: E5426C53DE17E1B2

View File

@ -56,6 +56,7 @@ class Menu:
def main():
os.system('clear')
os.system('stty -echo')
print('\033[?25l', end='')
menu = Menu('Test Menu', {
'Option 1:': 'opt',