diff options
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -408,6 +408,7 @@ static void process_char(struct uuterm *t, unsigned c) case 0: y = t->y; x = t->x; + if (t->am) x++; if (!x--) { /* nothing to combine at home position */ if (!y--) return; |