aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 2808987..b88b329 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.10 2008/02/20 19:44:37 james
+ * @@
+ *
* Revision 1.9 2008/02/20 19:36:06 james
* @@
*
@@ -76,9 +79,9 @@ typedef struct ANSI_struct
int history_ptr;
- void (*dispatch)(struct ANSI_struct *,struct Context_struct *);
+ int (*dispatch)(struct ANSI_struct *,struct Context_struct *);
void (*update)(struct ANSI_struct *,struct Context_struct *);
- void (*oneshot)(struct ANSI_struct *,struct CRT_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 *);