diff options
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2392,7 +2392,7 @@ tputtab(int n) { | |||
| 2392 | for(--x; x > 0 && !term.tabs[x]; --x) | 2392 | for(--x; x > 0 && !term.tabs[x]; --x) |
| 2393 | /* nothing */ ; | 2393 | /* nothing */ ; |
| 2394 | } | 2394 | } |
| 2395 | tmoveto(x, term.c.y); | 2395 | term.c.x = LIMIT(x, 0, term.col-1); |
| 2396 | } | 2396 | } |
| 2397 | 2397 | ||
| 2398 | void | 2398 | void |
