diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 03:18:04 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 03:18:04 +0200 |
| commit | e4febc5aac3006c3ef025b5f708ec51fdac63b94 (patch) | |
| tree | e00149a611589520bd6c99e1fe043385df583f5c /terminal/terminal.c | |
| parent | 39100c30b7a16103e75187c9840a79c7df54f3da (diff) | |
vesa works beuatifullyy
Diffstat (limited to 'terminal/terminal.c')
| -rw-r--r-- | terminal/terminal.c | 2 |
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; |
