aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.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/ansi.h
parentb7dab6019f661c3ef5d19f8faeacfec3a927f727 (diff)
downloadsympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.tar.gz
sympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.tar.bz2
sympathy-ab5452e7390705d3b46ca29e900d2c5ec9faf555.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ansi.h b/src/ansi.h
index bc24524..e88f076 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.5 2008/02/07 12:16:04 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/07 00:43:27 james
* *** empty log message ***
*
@@ -51,6 +54,7 @@ typedef struct
CRT_Pos size;
int hide_cursor;
int attr;
+ int color;
ANSI_Parser parser;
} ANSI;