SP->resized is used in a non-boolean way in x11.

This commit is contained in:
William McBrine
2018-12-31 09:35:54 -05:00
parent 3d26ce6b90
commit b7846ecb15

View File

@@ -278,7 +278,7 @@ typedef struct
bool raw_out; /* raw output mode (7 v. 8 bits) */
bool audible; /* FALSE if the bell is visual */
bool mono; /* TRUE if current screen is mono */
bool resized; /* TRUE if TERM has been resized */
short resized; /* TRUE if TERM has been resized */
bool orig_attr; /* TRUE if we have the original colors */
short orig_fore; /* original screen foreground color */
short orig_back; /* original screen foreground color */