Rename Window.columns to Window.saved_columns

This more accurately describes what it's for, and also avoids a conflict with the columns identifier
defined by terminfo's <term.h>.
This commit is contained in:
Kevin Easton
2018-12-10 23:46:24 +11:00
parent 9524f8996c
commit ac1c95c4ec
3 changed files with 5 additions and 5 deletions

View File

@@ -635,7 +635,7 @@ typedef struct WindowStru
unsigned long window_level; /* The LEVEL of the window, determines what
* messages go to it */
int skip;
int columns;
int saved_columns; /* Columns on the last screen used by this window */
char *prompt; /* A prompt string, usually set by EXEC'd process */
int double_status; /* number of status lines */
int status_split; /* split status to top and bottom */