mirror of
https://github.com/pikami/st.git
synced 2025-04-03 00:08:07 +01:00
tab moves the cursor instead of inserting spaces.
This commit is contained in:
parent
9364de4c64
commit
2fab2ea5ed
2
st.c
2
st.c
@ -566,7 +566,7 @@ tputtab(void) {
|
||||
space--;
|
||||
|
||||
for(; space > 0; space--)
|
||||
tputc(' ');
|
||||
tcursor(CSright);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user