From 3aaa25a4e02ff362ef6b057c597630bdbef5227b Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 6 Mar 2008 21:34:09 +0000 Subject: *** empty log message *** --- src/ansi.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ansi.h') diff --git a/src/ansi.h b/src/ansi.h index d795fdc..beb0baa 100644 --- a/src/ansi.h +++ b/src/ansi.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.18 2008/03/06 21:34:09 james + * *** empty log message *** + * * Revision 1.17 2008/03/06 21:33:02 james * *** empty log message *** * @@ -108,7 +111,7 @@ typedef struct ANSI_struct int (*update) (struct ANSI_struct *, struct Context_struct *); int (*one_shot) (struct ANSI_struct *, struct CRT_struct *); int (*reset) (struct ANSI_struct *, struct CRT_struct *); - int (*set_title) (struct ANSI_struct *,char *); + int (*set_title) (struct ANSI_struct *, char *); void (*terminal_reset) (struct ANSI_struct *); void (*close) (struct ANSI_struct *); } ANSI; -- cgit v1.2.3