summaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
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;