summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-19 02:41:53 +0200
committerMiguel <m.i@gmx.at>2018-10-19 02:41:53 +0200
commit45ce8728224caa44d31dca3117992b193fa3cd98 (patch)
tree8d37cfe273e9feeb8376b6205abe29c995e40ac2 /fs
parent9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (diff)
window manager continued
Diffstat (limited to 'fs')
-rw-r--r--fs/stdstreams.c5
1 files changed, 2 insertions, 3 deletions
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);