X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fvt102.h;h=f0d4e91fb12bb9f0624de2a56b8c900f52a06b3f;hb=9df8b9cc93fa29a848634af76e71fce6ddda67f0;hp=2fa56e603afda8f17c608d2ed729585cfb6cb874;hpb=8095a5479e25be2d5948eadc59c49e92f0ab948f;p=sympathy.git diff --git a/src/vt102.h b/src/vt102.h index 2fa56e6..f0d4e91 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,12 @@ /* * $Log$ + * Revision 1.9 2008/02/07 01:57:46 james + * *** empty log message *** + * + * Revision 1.8 2008/02/07 00:39:13 james + * *** empty log message *** + * * Revision 1.7 2008/02/06 20:26:58 james * *** empty log message *** * @@ -52,6 +58,7 @@ typedef struct int in_csi; int csi_ptr; char csi_buf[VT102_CSI_LEN]; + int in_scs; } VT102_parser; typedef struct @@ -82,7 +89,7 @@ typedef struct int application_keypad_mode; - TTY *t; + TTY *tty; } VT102;