diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-25 22:53:09 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-25 22:53:09 +0200 |
| commit | 8a665b53229ce8f563b88bb33aa1ab3db4c1c096 (patch) | |
| tree | e813008300446b1925dc91e85713732fbd932bdd /terminal | |
| parent | 1252a288665a7d07dcf5f0e468dc67b9440132d0 (diff) | |
finally managed to port some simple ncurses test applications!
Diffstat (limited to 'terminal')
| -rw-r--r-- | terminal/terminal.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
