X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fansi.h;h=22c0bcdd14aadf69dfef0e10aceaf4a6c2120d47;hp=b88b329848352b26cd9c252d066202d0d9b30c9b;hb=6f9cbdaa434b4ff90158de4ae24cebfb8300b36a;hpb=ece1299582523fd5a339398bdddb77f525e2a2fc diff --git a/src/ansi.h b/src/ansi.h index b88b329..22c0bcd 100644 --- a/src/ansi.h +++ b/src/ansi.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.11 2008/02/20 20:16:07 james + * *** empty log message *** + * * Revision 1.10 2008/02/20 19:44:37 james * @@ * @@ -76,8 +79,8 @@ typedef struct ANSI_struct int attr; int color; - int history_ptr; + FILE *file; int (*dispatch)(struct ANSI_struct *,struct Context_struct *); void (*update)(struct ANSI_struct *,struct Context_struct *);