aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/st.h b/st.h
index 7026de8..27c48cf 100644
--- a/st.h
+++ b/st.h
@@ -82,8 +82,10 @@ typedef struct {
82 int col; /* nb col */ 82 int col; /* nb col */
83 Line *line; /* screen */ 83 Line *line; /* screen */
84 Line *alt; /* alternate screen */ 84 Line *alt; /* alternate screen */
85 int *dirty; /* dirtyness of lines */ 85 int *dirty; /* dirtyness of lines */
86 TCursor c; /* cursor */ 86 TCursor c; /* cursor */
87 int ocx; /* old cursor col */
88 int ocy; /* old cursor row */
87 int top; /* top scroll limit */ 89 int top; /* top scroll limit */
88 int bot; /* bottom scroll limit */ 90 int bot; /* bottom scroll limit */
89 int mode; /* terminal mode flags */ 91 int mode; /* terminal mode flags */