diff options
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 |
