aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjames <>2008-02-23 11:49:23 +0000
committerjames <>2008-02-23 11:49:23 +0000
commitfc338d9b30500f311d9555545477e4ba1775b403 (patch)
treea860ad9af01332c74527e49bac77662af3e99f3b /src/ansi.h
parent029a61812e82b58803c618ed53df42180106412f (diff)
downloadsympathy-fc338d9b30500f311d9555545477e4ba1775b403.tar.gz
sympathy-fc338d9b30500f311d9555545477e4ba1775b403.tar.bz2
sympathy-fc338d9b30500f311d9555545477e4ba1775b403.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 22c0bcd..8895a82 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.12 2008/02/23 11:48:37 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/02/20 20:16:07 james
* *** empty log message ***
*
@@ -82,12 +85,12 @@ typedef struct ANSI_struct
int history_ptr;
FILE *file;
- 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 *);
+ 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;