chiark / gitweb /
@@
[sympathy.git] / src / ansi.h
index 44fd61ae3aded5995b174cb8658619a4ce858f91..b88b329848352b26cd9c252d066202d0d9b30c9b 100644 (file)
 
 /*
  * $Log$
+ * Revision 1.10  2008/02/20 19:44:37  james
+ * @@
+ *
+ * Revision 1.9  2008/02/20 19:36:06  james
+ * @@
+ *
  * Revision 1.8  2008/02/20 19:25:09  james
  * *** empty log message ***
  *
@@ -73,10 +79,12 @@ typedef struct ANSI_struct
 
   int history_ptr;
 
-  void (*dispatch)(struct ANSI_struct *,struct Context_struct *);
-  void (*update)(struct ANSI_struct *,struct CRT_struct *);
+  int (*dispatch)(struct ANSI_struct *,struct Context_struct *);
+  void (*update)(struct ANSI_struct *,struct Context_struct *);
+  void (*one_shot)(struct ANSI_struct *,struct CRT_struct *);
   void (*reset)(struct ANSI_struct *,struct CRT_struct *);
   void (*terminal_reset)(struct ANSI_struct *);
+  void (*close)(struct ANSI_struct *);
 } ANSI;