summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 8b07189..6b235bb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,9 +8,9 @@ int main() {
AppleOn();
- while(1) {
- TerminalInput(getch());
- }
+ //while(1) {
+ // UserInput();
+ //}
TerminalClose();