X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fansi.h;h=28089875cd0db8648e06324e138375a1c53bba6f;hb=ab4d1b2e4c884114ecd4cba652ebcc97ef4c1a0d;hp=44fd61ae3aded5995b174cb8658619a4ce858f91;hpb=48b2a7fa2c0dc01a99a1a2e5bd7c7533d0c7f974;p=sympathy.git 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;