Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
tab moves the cursor instead of inserting spaces.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
79fb161
..
c24bb1d
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-566,7
+566,7
@@
tputtab(void) {
space--;
for(; space > 0; space--)
- t
putc(' '
);
+ t
cursor(CSright
);
}
void