From 559eea53ecdd1e3e45f24d15e8739419b0cd647a Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 10 Jun 2015 13:47:16 +0200 Subject: experimenting with ncurses --- terminal/terminal.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'terminal/terminal.c') 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; -- cgit v1.2.3