X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fvt102.h;h=d12182a4aa8cd88bf10c57bdc5689f3b9b74b752;hb=82aed0c41cd917fdf9cdb20db788fe9da0662eba;hp=6343e6dcdf1140131ddfc915d86e714c83633437;hpb=4145f7369d761b32a10309a2623d98e64de7f444;p=sympathy.git diff --git a/src/vt102.h b/src/vt102.h index 6343e6d..d12182a 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -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;