X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fvt102.c;h=35719cadc3e582540945776423b106658485c265;hb=9df8b9cc93fa29a848634af76e71fce6ddda67f0;hp=0253cdfdb76b1a9087212047e0ab05f303b04591;hpb=0daf8487b7ce04368a0a8e33231a547161f444e7;p=sympathy.git diff --git a/src/vt102.c b/src/vt102.c index 0253cdf..35719ca 100644 --- a/src/vt102.c +++ b/src/vt102.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.18 2008/02/07 01:59:25 james + * *** empty log message *** + * * Revision 1.17 2008/02/07 01:58:28 james * *** empty log message *** * @@ -489,7 +492,7 @@ vt102_change_mode (VT102 * v, int private, char *ns, int set) case VT102_PRIVATE_MODE_CURSOR_MODE: if (v->application_keypad_mode) v->private_modes[m] = 0; -#if 1 +#if 0 fprintf (stderr, "APPLICATION CURSOR MODE %d wanted %d\n", v->private_modes[m],set); #endif