aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjames <>2008-02-13 16:57:29 +0000
committerjames <>2008-02-13 16:57:29 +0000
commite32ce0cfdccf5240ae29ef06a13078ae37ee521a (patch)
treef036688b6831dd6fd288df03023950597987c031 /src/ansi.h
parent23dc931ca671e938da071d24d8e9b6052e49923a (diff)
downloadsympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.tar.gz
sympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.tar.bz2
sympathy-e32ce0cfdccf5240ae29ef06a13078ae37ee521a.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 1368ada..7aa5935 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.7 2008/02/13 16:57:29 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/13 01:08:18 james
* *** empty log message ***
*
@@ -50,6 +53,8 @@ typedef struct
typedef struct
{
+ ANSI_Parser parser;
+
TTY *terminal;
CRT crt;
@@ -59,7 +64,8 @@ typedef struct
int attr;
int color;
- ANSI_Parser parser;
+
+ int history_ptr;
} ANSI;