chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.h
index 6343e6dcdf1140131ddfc915d86e714c83633437..d12182a4aa8cd88bf10c57bdc5689f3b9b74b752 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.15  2008/02/24 00:42:53  james
+ * *** empty log message ***
+ *
  * Revision 1.14  2008/02/23 11:48:37  james
  * *** empty log message ***
  *
@@ -107,7 +110,7 @@ typedef struct
 
   int application_keypad_mode;
 
-  char last_reg_char;
+  int last_reg_char;
   int xn_glitch;
 
 } VT102;