Commit a866108

Aurélien Aptel <aurelien.aptel@gmail.com>
2009-05-14 18:39:51
tab moves the cursor instead of inserting spaces.
1 parent 1cf8b77
Changed files (1)
st.c
@@ -566,7 +566,7 @@ tputtab(void) {
         space--;
     
     for(; space > 0; space--)
-        tputc(' ');
+        tcursor(CSright);
 }
 
 void