X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcrt.h;h=e73e891eb18e681f06557d832504a42cb5d11e51;hb=3684640e6bdec97cb1b60a34d03e8cde63149215;hp=f92c99ad6d249020ad5c377f9824d3c6361a90fa;hpb=8b6118c4edcdd61ca2312ae5ced001a98607a693;p=sympathy.git 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;