]> git.armaanb.net Git - st.git/blobdiff - st.h
Pull term references out of xdrawcursor
[st.git] / st.h
diff --git a/st.h b/st.h
index 7026de8685768530c7ffc0d719b4acfb4c5d1c23..27c48cff365563dd308ffe02892e801b03588376 100644 (file)
--- 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 */