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