aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 12:41:06 +0000
committerjames <>2008-02-07 12:41:06 +0000
commit2989eb3e46280a68714713b28cb7392ee749538e (patch)
tree55ecbb70742e51615d442da614af1fda966853c8 /src/crt.h
parentd124ea586616d64499d54f56645616d24fe1f797 (diff)
downloadsympathy-2989eb3e46280a68714713b28cb7392ee749538e.tar.gz
sympathy-2989eb3e46280a68714713b28cb7392ee749538e.tar.bz2
sympathy-2989eb3e46280a68714713b28cb7392ee749538e.zip
*** empty log message ***
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;