From 8a665b53229ce8f563b88bb33aa1ab3db4c1c096 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 25 May 2015 22:53:09 +0200 Subject: finally managed to port some simple ncurses test applications! --- terminal/terminal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'terminal/terminal.c') diff --git a/terminal/terminal.c b/terminal/terminal.c index 05e89d9..3dbe5c8 100644 --- a/terminal/terminal.c +++ b/terminal/terminal.c @@ -398,8 +398,7 @@ bool terminal_put(terminal_tty *tty, uint8_t c) /// - if(c=='c'){reset(tty); - } // RESET + if(c=='c'){reset(tty);} // RESET if(c=='D'){tty->y++;} // LINEFEED if(c=='E'){tty->y++;tty->x=0;} //NEWLINE -- cgit v1.2.3