X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fvt102.h;h=5a2d68603d73762b834ce3bd6a77b460ef76091c;hp=e5b62a58031bf4370b621486cf571882c058886f;hb=51d34367859892cb87c8727d93a02ed9f82fe958;hpb=bccbb005f8c19eea74ced6a0078146915fec40cd diff --git a/src/vt102.h b/src/vt102.h index e5b62a5..5a2d686 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.2 2008/02/04 02:05:06 james + * *** empty log message *** + * * Revision 1.1 2008/02/03 23:36:41 james * *** empty log message *** * @@ -32,13 +35,10 @@ typedef struct typedef struct { - VT102_parser p; + VT102_parser parser; int attr; CRT crt; - CRT_Pos p; - - - + CRT_Pos pos; } VT102;