Seems like I have a remaining bug with tabulations...

This commit is contained in:
Julien Palard 2011-09-19 23:19:33 +02:00
parent 1254172ff6
commit 09140c82d3
1 changed files with 0 additions and 4 deletions

4
test.c
View File

@ -1244,10 +1244,6 @@ struct term_emul *vt100(void)
term->callbacks.esc.n7 = DECSC;
term->callbacks.hash.n8 = DECALN;
term->user_data = vt100;
term->argc = 1;
term->argv[0] = 3;
TBC(term);
term->argc = 0;
term->unimplemented = unimplemented;
return term;
}