From 9df8b9cc93fa29a848634af76e71fce6ddda67f0 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 7 Feb 2008 01:59:25 +0000 Subject: [PATCH] *** empty log message *** --- src/vt102.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2