pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf8b77
)
tab moves the cursor instead of inserting spaces.
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 14 May 2009 22:39:51 +0000
(
00:39
+0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Thu, 14 May 2009 22:39:51 +0000
(
00:39
+0200)
st.c
patch
|
blob
|
history
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