From 28a52b2df7761bd97d74938d582b1f678d23c756 Mon Sep 17 00:00:00 2001 From: james <> Date: Mon, 4 Feb 2008 20:23:55 +0000 Subject: *** empty log message *** --- src/vt102.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/vt102.h') diff --git a/src/vt102.h b/src/vt102.h index 5a2d686..6942175 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.3 2008/02/04 20:23:55 james + * *** empty log message *** + * * Revision 1.2 2008/02/04 02:05:06 james * *** empty log message *** * @@ -25,6 +28,10 @@ #define VT102_CSI_LEN 128 +#define VT102_ROWS 24 +#define VT102_COLS 80 +#define VT102_STATUS_ROW 24 + typedef struct { int in_escape; @@ -35,6 +42,8 @@ typedef struct typedef struct { + CRT_Pos top_margin,bottom_margin; + CRT_Pos screen_start,screen_end; VT102_parser parser; int attr; CRT crt; -- cgit v1.2.3