chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.h
index f0d4e91fb12bb9f0624de2a56b8c900f52a06b3f..e8caf5ed291ca57f3296ad4f2dd12d9b67aa1e0d 100644 (file)
@@ -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;