summaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-20 03:18:04 +0200
committerMiguel <m.i@gmx.at>2018-08-20 03:18:04 +0200
commite4febc5aac3006c3ef025b5f708ec51fdac63b94 (patch)
treee00149a611589520bd6c99e1fe043385df583f5c /terminal
parent39100c30b7a16103e75187c9840a79c7df54f3da (diff)
vesa works beuatifullyy
Diffstat (limited to 'terminal')
-rw-r--r--terminal/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal/terminal.c b/terminal/terminal.c
index 2f10ab8..268310e 100644
--- a/terminal/terminal.c
+++ b/terminal/terminal.c
@@ -230,7 +230,7 @@ terminal_tty terminal_init(term_out *screen,term_in *input)
tty.set_echo=true;
-// tty.set_echo=false;
+ tty.set_echo=false;
tty.command=kballoc(1);
tty.command_l=0;