aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 12:16:04 +0000
committerjames <>2008-02-07 12:16:04 +0000
commitab5452e7390705d3b46ca29e900d2c5ec9faf555 (patch)
treef1dfb6e48f4d180866420bae638368772d49fca9 /src/vt102.h
parentb7dab6019f661c3ef5d19f8faeacfec3a927f727 (diff)
downloadsympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.tar.gz
sympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.tar.bz2
sympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.zip
*** empty log message ***
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h5
1 files changed, 5 insertions, 0 deletions
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;