clean \t.

This commit is contained in:
Aurélien Aptel 2010-08-26 21:34:37 +02:00
parent 44226483fb
commit 5c93f399c5
1 changed files with 1 additions and 6 deletions

7
st.c
View File

@ -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