Move offset of window list into status struct.

This commit is contained in:
nicm
2018-08-20 20:41:58 +00:00
parent 665f046950
commit 98a478ceb3
2 changed files with 5 additions and 2 deletions

3
tmux.h
View File

@ -1278,8 +1278,11 @@ struct cmd_entry {
/* Status line. */
struct status_line {
struct event timer;
struct screen status;
struct screen *old_status;
int window_list_offset;
};
/* Client connection. */