diff options
author | james <> | 2008-03-06 21:34:09 +0000 |
---|---|---|
committer | james <> | 2008-03-06 21:34:09 +0000 |
commit | 3aaa25a4e02ff362ef6b057c597630bdbef5227b (patch) | |
tree | cccef46a7ddafa7912d0069c5477847982536fc8 /src/ansi.h | |
parent | 63a3f74532632a7e07b71f805eb806b05b3f19e3 (diff) | |
download | sympathy-3aaa25a4e02ff362ef6b057c597630bdbef5227b.tar.gz sympathy-3aaa25a4e02ff362ef6b057c597630bdbef5227b.tar.bz2 sympathy-3aaa25a4e02ff362ef6b057c597630bdbef5227b.zip |
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r-- | src/ansi.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |