summaryrefslogtreecommitdiff
path: root/source/main_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/main_cli.py')
-rw-r--r--source/main_cli.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/main_cli.py b/source/main_cli.py
index b474551..53f49aa 100644
--- a/source/main_cli.py
+++ b/source/main_cli.py
@@ -98,14 +98,6 @@ def draw_menu(stdscr):
break # Exit the while loop and terminate the program
-def input_handling():
- while True:
- key = stdscr.getkey()
- stdcr.addstr(f"key: {key}")
- stdcr.refresh()
- stdcr.getch()
-
-
def main():
"""
The main function wraps the curses functionality and runs the application.