From 3fed5969034c464e36358fc45a99b57b1f308c11 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 21 Jun 2026 13:51:24 +0300 Subject: term_init() and term_cleanup(), mostly --- main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 8755687..5f5fc8c 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,15 @@ #include +#include + +#include "framebuffer.h" int main(void) { + term_init(); + fprintf(stderr, "Not yet implemented\n"); + + char c; + get_input(c); + + term_cleanup(); } -- cgit v1.2.3