From e32ce0cfdccf5240ae29ef06a13078ae37ee521a Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 13 Feb 2008 16:57:29 +0000 Subject: *** empty log message *** --- src/ansi.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/ansi.h') diff --git a/src/ansi.h b/src/ansi.h index 1368ada..7aa5935 100644 --- a/src/ansi.h +++ b/src/ansi.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.7 2008/02/13 16:57:29 james + * *** empty log message *** + * * Revision 1.6 2008/02/13 01:08:18 james * *** empty log message *** * @@ -50,6 +53,8 @@ typedef struct typedef struct { + ANSI_Parser parser; + TTY *terminal; CRT crt; @@ -59,7 +64,8 @@ typedef struct int attr; int color; - ANSI_Parser parser; + + int history_ptr; } ANSI; -- cgit v1.2.3