summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-28 02:51:33 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-28 02:51:33 +1100
commit2ded6baaab3946e461a7cf0b39618b31e5806c89 (patch)
treea30e4069d9c9e98e16651eadb0875d48ecc7c91e /src/main.c
parentd24ee5f20483aee9acbec9deb0dcc833d78cae49 (diff)
days end
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f640bc1..5e7bfa2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,10 +1,16 @@
#include "apple.h"
+#include "video/interface.h"
int main() {
- //VideoInit();
+ TerminalInit();
AppleOn();
+ TerminalPrompt();
+ getch();
+
+ TerminalClose();
+
return 0;
} \ No newline at end of file