From be42afab1c325fae5c3c270876a3447220adcca5 Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 7 Mar 2008 13:16:02 +0000 Subject: *** empty log message *** --- src/ansi.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/ansi.c') diff --git a/src/ansi.c b/src/ansi.c index a70a51d..593b367 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.50 2008/03/07 13:16:02 james + * *** empty log message *** + * * Revision 1.49 2008/03/07 12:37:04 james * *** empty log message *** * @@ -515,9 +518,7 @@ ansi_resize_check (ANSI * a, CRT_Pos * size) if (size) a->crt.size = *size; - // FIXME: -- echos back crap? - // a->terminal->xmit (a->terminal, "\033[c", 3); - + // a->terminal->xmit (a->terminal, "\033c", 3); // maybe - issue 132 column command if we're 132? ansi_cls (a); @@ -947,7 +948,7 @@ ansi_new_from_terminal (TTY * t, int utf8) { ANSI *ret; - ret = malloc (sizeof (ANSI)); + ret = xmalloc (sizeof (ANSI)); memset (ret, 0, sizeof (ANSI)); ret->terminal = t; -- cgit v1.2.3