1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

tab moves the cursor instead of inserting spaces.

This commit is contained in:
Aurélien Aptel 2009-05-15 00:39:51 +02:00
parent 1cf8b77d27
commit a866108af2

2
st.c
View File

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