aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjames <>2008-02-20 19:36:06 +0000
committerjames <>2008-02-20 19:36:06 +0000
commite57ab4267033b826cee338a1fb24dc3dd1480782 (patch)
tree1dda22c138055cee13677d238256ac64fc125375 /src/ansi.h
parent63d6fb020597455d999352e90911425d3991bf47 (diff)
downloadsympathy-e57ab4267033b826cee338a1fb24dc3dd1480782.tar.gz
sympathy-e57ab4267033b826cee338a1fb24dc3dd1480782.tar.bz2
sympathy-e57ab4267033b826cee338a1fb24dc3dd1480782.zip
@@
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 44fd61a..2808987 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.9 2008/02/20 19:36:06 james
+ * @@
+ *
* Revision 1.8 2008/02/20 19:25:09 james
* *** empty log message ***
*
@@ -74,9 +77,11 @@ typedef struct ANSI_struct
int history_ptr;
void (*dispatch)(struct ANSI_struct *,struct Context_struct *);
- void (*update)(struct ANSI_struct *,struct CRT_struct *);
+ void (*update)(struct ANSI_struct *,struct Context_struct *);
+ void (*oneshot)(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;