From 2989eb3e46280a68714713b28cb7392ee749538e Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 7 Feb 2008 12:41:06 +0000 Subject: *** empty log message *** --- src/crt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/crt.h') 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; -- cgit v1.2.3