From: Aurélien Aptel Date: Thu, 14 May 2009 22:39:51 +0000 (+0200) Subject: tab moves the cursor instead of inserting spaces. X-Git-Tag: 0.1~130 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2fab2ea5ed84d6e6a659b2d7430a3b5b47650a48;p=st.git tab moves the cursor instead of inserting spaces. --- diff --git a/st.c b/st.c index 79fb161..c24bb1d 100644 --- a/st.c +++ b/st.c @@ -566,7 +566,7 @@ tputtab(void) { space--; for(; space > 0; space--) - tputc(' '); + tcursor(CSright); } void