hides the cursor
This commit is contained in:
parent
6a8ee6e9d6
commit
0075cda9eb
@ -44,6 +44,8 @@ class Menu:
|
||||
|
||||
|
||||
def main():
|
||||
os.system('clear')
|
||||
print('\033[?25l', end='\r')
|
||||
selected_item = 0
|
||||
menu = Menu(10)
|
||||
menu.draw()
|
||||
|
Loading…
Reference in New Issue
Block a user