Add -F to refresh-client to specify flags for control clients - one flag

at the moment, no-output which turns off forwarding pane output. From
Thomas Adam. GitHub issue 1834.
This commit is contained in:
nicm
2019-07-10 11:20:10 +00:00
parent fc2016dbb6
commit f4d858e7a0
4 changed files with 53 additions and 24 deletions

1
tmux.h
View File

@ -1516,6 +1516,7 @@ struct client {
#define CLIENT_STATUSOFF 0x800000
#define CLIENT_REDRAWSTATUSALWAYS 0x1000000
#define CLIENT_REDRAWOVERLAY 0x2000000
#define CLIENT_CONTROL_NOOUTPUT 0x4000000
#define CLIENT_ALLREDRAWFLAGS \
(CLIENT_REDRAWWINDOW| \
CLIENT_REDRAWSTATUS| \