diff options
Diffstat (limited to 'src/vt102.h')
-rw-r--r-- | src/vt102.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vt102.h b/src/vt102.h index f0d4e91..e8caf5e 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.10 2008/02/07 12:16:04 james + * *** empty log message *** + * * Revision 1.9 2008/02/07 01:57:46 james * *** empty log message *** * @@ -65,6 +68,7 @@ typedef struct { CRT_Pos pos; int attr; + int color; int origin_mode; } VT102_State; @@ -75,6 +79,7 @@ typedef struct CRT_Pos screen_start, screen_end; VT102_parser parser; int attr; + int color; CRT crt; int pending_wrap; |