diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -566,7 +566,7 @@ tputtab(void) { | |||
566 | space--; | 566 | space--; |
567 | 567 | ||
568 | for(; space > 0; space--) | 568 | for(; space > 0; space--) |
569 | tputc(' '); | 569 | tcursor(CSright); |
570 | } | 570 | } |
571 | 571 | ||
572 | void | 572 | void |