tab moves the cursor instead of inserting spaces.
This commit is contained in:
parent
1cf8b77d27
commit
a866108af2
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -566,7 +566,7 @@ tputtab(void) {
|
||||||
space--;
|
space--;
|
||||||
|
|
||||||
for(; space > 0; space--)
|
for(; space > 0; space--)
|
||||||
tputc(' ');
|
tcursor(CSright);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue