summaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-06-10 13:47:16 +0200
committerMichal Idziorek <m.i@gmx.at>2015-06-10 13:47:16 +0200
commit559eea53ecdd1e3e45f24d15e8739419b0cd647a (patch)
tree59cc8310bc910ed2bfc338d45f66c2a25dcaca92 /terminal
parent8a665b53229ce8f563b88bb33aa1ab3db4c1c096 (diff)
experimenting with ncurses
Diffstat (limited to 'terminal')
-rw-r--r--terminal/terminal.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/terminal/terminal.c b/terminal/terminal.c
index 3dbe5c8..6dca075 100644
--- a/terminal/terminal.c
+++ b/terminal/terminal.c
@@ -218,8 +218,14 @@ terminal_tty terminal_init(term_out *screen,term_in *input)
tty.data=kballoc(2);
tty.set_buff=true;
+ tty.set_buff=false;
+
tty.set_lfnl=true;
+// tty.set_lfnl=false;
+
+
tty.set_echo=true;
+ tty.set_echo=false;
tty.command=kballoc(1);
tty.command_l=0;