tab moves the cursor instead of inserting spaces.
This commit is contained in:
2
st.c
2
st.c
@ -566,7 +566,7 @@ tputtab(void) {
|
||||
space--;
|
||||
|
||||
for(; space > 0; space--)
|
||||
tputc(' ');
|
||||
tcursor(CSright);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user