=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.711 retrieving revision 1.712 diff -u -r1.711 -r1.712 --- src/usr.bin/tmux/tmux.h 2017/02/03 11:57:27 1.711 +++ src/usr.bin/tmux/tmux.h 2017/02/03 21:01:02 1.712 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.711 2017/02/03 11:57:27 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.712 2017/02/03 21:01:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -545,7 +545,6 @@ int fg; int bg; struct utf8_data data; - }; struct grid_cell_entry { u_char flags; @@ -936,6 +935,8 @@ struct winlink_stack lastw; struct winlinks windows; + int statusat; + struct hooks *hooks; struct options *options; @@ -1864,6 +1865,7 @@ /* status.c */ void status_timer_start(struct client *); void status_timer_start_all(void); +void status_update_saved(struct session *s); int status_at_line(struct client *); struct window *status_get_window_at(struct client *, u_int); int status_redraw(struct client *);