summaryrefslogtreecommitdiff
path: root/driver/terminal.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-05 14:36:42 +0200
committerMiguel <m.i@gmx.at>2018-10-05 14:36:42 +0200
commit4dbe6a264d7a3bd38ca1ac0921248654a50f1b5e (patch)
tree5ab6b10a281eec07d46dc678805a9a4eb59e6341 /driver/terminal.c
parent7e56d9ac1e6888faed2109e2eefe124650aa4a72 (diff)
user space xterm continued
Diffstat (limited to 'driver/terminal.c')
-rw-r--r--driver/terminal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/driver/terminal.c b/driver/terminal.c
index c399ca0..5f11596 100644
--- a/driver/terminal.c
+++ b/driver/terminal.c
@@ -4,13 +4,10 @@
// man 4 console_codes
//
-
-
#include "terminal.h"
#include "kernel/kmalloc.h"
#include "driver/screen.h"
-
#include <stddef.h>
typedef enum {
@@ -553,4 +550,3 @@ void terminal_put(terminal_tty *tty, uint8_t c)
tty->screen->update_cursor(tty->x,tty->y);
return;
}
-