Преглед изворни кода

tab moves the cursor instead of inserting spaces.

Aurélien Aptel пре 16 година
родитељ
комит
a866108af2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      st.c

+ 1 - 1
st.c

@@ -566,7 +566,7 @@ tputtab(void) {
         space--;
     
     for(; space > 0; space--)
-        tputc(' ');
+        tcursor(CSright);
 }
 
 void