From 45ce8728224caa44d31dca3117992b193fa3cd98 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 19 Oct 2018 02:41:53 +0200 Subject: window manager continued --- fs/stdstreams.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fs') diff --git a/fs/stdstreams.c b/fs/stdstreams.c index e5a2a08..4c4d36d 100644 --- a/fs/stdstreams.c +++ b/fs/stdstreams.c @@ -3,7 +3,6 @@ #include "fd.h" #include "terminal.h" #include "screen.h" -#include "vesa.h" #include "kmalloc.h" @@ -32,8 +31,8 @@ fd fd_from_fb_term() terminal_tty *tty1=mem+sizeof(term_out); fifo *fif=tty1+sizeof(terminal_tty); - screen->put_char=vesa_console_put_char; - screen->update_cursor=vesa_update_cursor; +// screen->put_char=vesa_console_put_char; +// screen->update_cursor=vesa_update_cursor; *tty1=terminal_init(screen,NULL); -- cgit v1.2.3