diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |