X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/88d8293fb4ba150a5f19d58d133b5db93d9dcfa5..a5dc1b46976b2252f9d7bb68f126c4b0f351dd1a:/st.h diff --git a/st.h b/st.h index 7026de8..27c48cf 100644 --- a/st.h +++ b/st.h @@ -82,8 +82,10 @@ typedef struct { int col; /* nb col */ Line *line; /* screen */ Line *alt; /* alternate screen */ - int *dirty; /* dirtyness of lines */ + int *dirty; /* dirtyness of lines */ TCursor c; /* cursor */ + int ocx; /* old cursor col */ + int ocy; /* old cursor row */ int top; /* top scroll limit */ int bot; /* bottom scroll limit */ int mode; /* terminal mode flags */