chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ansi.h
index bc245243b0eec1a291bb89a6f66ee077dea5c866..7aa5935e690c7b0282fb1c4013017fb4cea9ddcf 100644 (file)
 
 /*
  * $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 ***
+ *
+ * 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 ***
  *
@@ -44,15 +53,19 @@ typedef struct
 
 typedef struct
 {
-  int fd;
+  ANSI_Parser parser;
+
+  TTY *terminal;
 
   CRT crt;
   CRT_Pos pos;
   CRT_Pos size;
   int hide_cursor;
   int attr;
+  int color;
 
-  ANSI_Parser parser;
+
+  int history_ptr;
 } ANSI;