X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fansi.c;h=256f7fb95d4d508d458e68d3d3f8631ea33d381b;hb=5cded6a34ead3205baf1a45ed5adbee24ebec685;hp=66c70f1125580fc90daea059e877cec5d4011137;hpb=11313f344099e326aaf010fb9781b921df3b1967;p=sympathy.git diff --git a/src/ansi.c b/src/ansi.c index 66c70f1..256f7fb 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.29 2008/02/23 11:48:37 james + * *** empty log message *** + * * Revision 1.28 2008/02/22 17:07:00 james * *** empty log message *** * @@ -531,7 +534,7 @@ ansi_history (ANSI * a, History * h) /*Roll HISTORY_GUESS_SCROLL lines up putting the top line into the xterm's history */ - /*Make extra lines a predictable colour*/ + /*Make extra lines a predictable colour */ ansi_set_color (a, CRT_COLOR_NORMAL); ansi_showhide_cursor (a, 1); @@ -559,7 +562,7 @@ ansi_history (ANSI * a, History * h) /* erase new line */ s.y = e.y; e.x = CRT_COLS - 1; - crt_erase (&a->crt, s, e, 1,CRT_COLOR_NORMAL); + crt_erase (&a->crt, s, e, 1, CRT_COLOR_NORMAL); } }