From: Aurélien Aptel Date: Thu, 26 Aug 2010 19:34:37 +0000 (+0200) Subject: clean \t. X-Git-Tag: 0.1~91 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ab5e72dc3940e640c635a149dda035137d0e966f;p=st.git clean \t. --- diff --git a/st.c b/st.c index 04ff1b9..bef3039 100644 --- a/st.c +++ b/st.c @@ -861,12 +861,7 @@ csireset(void) { void tputtab(void) { int space = TAB - term.c.x % TAB; - - if(term.c.x + space >= term.col) - space--; - - for(; space > 0; space--) - tmovecursor(CURSOR_RIGHT); + tmoveto(term.c.x + space, term.c.y); } void