hides the cursor

This commit is contained in:
Nicholas Dyer 2023-12-21 10:59:02 -05:00
parent 6a8ee6e9d6
commit 0075cda9eb
Signed by: ndyer
GPG Key ID: E5426C53DE17E1B2

View File

@ -44,6 +44,8 @@ class Menu:
def main():
os.system('clear')
print('\033[?25l', end='\r')
selected_item = 0
menu = Menu(10)
menu.draw()