|
...
|
...
|
@@ -64,7 +64,7 @@ void tty_newline(tty_t *tty){
|
|
64
|
64
|
}
|
|
65
|
65
|
|
|
66
|
66
|
void tty_setcol(tty_t *tty, int col){
|
|
67
|
|
- tty_printf(tty, "%c%c%iG", 0x1b, '[', col);
|
|
|
67
|
+ tty_printf(tty, "%c%c%iG", 0x1b, '[', col + 1);
|
|
68
|
68
|
}
|
|
69
|
69
|
|
|
70
|
70
|
void tty_moveup(tty_t *tty, int i){
|