aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/crt.h b/src/crt.h
index f92c99a..e73e891 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.5 2008/02/07 12:41:06 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/07 12:16:04 james
* *** empty log message ***
*
@@ -83,10 +86,17 @@ typedef struct
} CRT_Pos;
+typedef struct {
+ CRT_Pos s;
+ CRT_Pos e;
+ int dir;
+} CRT_ScrollHint;
+
typedef struct
{
CRT_CA screen[CRT_CELS];
CRT_Pos pos;
+ CRT_ScrollHint sh;
int hide_cursor;
} CRT;