From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- terminal/terminal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'terminal/terminal.h') diff --git a/terminal/terminal.h b/terminal/terminal.h index 06b8f5a..0106f29 100644 --- a/terminal/terminal.h +++ b/terminal/terminal.h @@ -4,7 +4,6 @@ #include #include - // // Terminal emulator implementing (a subset) of console codes of the // linux console (see man 4 console_codes) @@ -74,5 +73,4 @@ terminal_tty terminal_init(term_out *screen,term_in *input); bool terminal_put(terminal_tty *tty, uint8_t c); void terminal_kb(terminal_tty *tty, uint8_t c); - #endif -- cgit v1.2.3