mirror of
https://github.com/tmux/tmux.git
synced 2026-08-01 04:58:59 +00:00
Added client flag to enable the new format when in control mode. Added
back the old format which is dispatched to. Also added attributes to the format.
This commit is contained in:
@@ -2986,6 +2986,8 @@ server_client_control_flags(struct client *c, const char *next)
|
||||
return (CLIENT_CONTROL_NOOUTPUT);
|
||||
if (strcmp(next, "wait-exit") == 0)
|
||||
return (CLIENT_CONTROL_WAITEXIT);
|
||||
if (strcmp(next, "new-layouts") == 0)
|
||||
return (CLIENT_CONTROL_NEWLAYOUTS);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user