fixed cursor not being hidden
This commit is contained in:
parent
8f459b072e
commit
3cfb002b1e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user