X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fvt102.h;h=e8caf5ed291ca57f3296ad4f2dd12d9b67aa1e0d;hb=3684640e6bdec97cb1b60a34d03e8cde63149215;hp=f0d4e91fb12bb9f0624de2a56b8c900f52a06b3f;hpb=0daf8487b7ce04368a0a8e33231a547161f444e7;p=sympathy.git diff --git a/src/vt102.h b/src/vt102.h index f0d4e91..e8caf5e 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.10 2008/02/07 12:16:04 james + * *** empty log message *** + * * Revision 1.9 2008/02/07 01:57:46 james * *** empty log message *** * @@ -65,6 +68,7 @@ typedef struct { CRT_Pos pos; int attr; + int color; int origin_mode; } VT102_State; @@ -75,6 +79,7 @@ typedef struct CRT_Pos screen_start, screen_end; VT102_parser parser; int attr; + int color; CRT crt; int pending_wrap;