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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user