chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / crt.h
index f92c99ad6d249020ad5c377f9824d3c6361a90fa..e73e891eb18e681f06557d832504a42cb5d11e51 100644 (file)
--- 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;