From 09140c82d38adb523ad3370f7906f0ddab799407 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 19 Sep 2011 23:19:33 +0200 Subject: [PATCH] Seems like I have a remaining bug with tabulations... --- test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.c b/test.c index b57c427..228ab5a 100644 --- a/test.c +++ b/test.c @@ -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; }