Browse Source

tab moves the cursor instead of inserting spaces.

master
Aurélien Aptel 15 years ago
parent
commit
a866108af2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      st.c

+ 1
- 1
st.c View File

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


Loading…
Cancel
Save