mirror of
https://github.com/tmux/tmux.git
synced 2025-12-24 01:16:03 +00:00
Merge 8ca212579a into 096c4b3e63
This commit is contained in:
@@ -479,6 +479,14 @@ const struct options_table_entry options_table[] = {
|
||||
"'User0', 'User1' and so on."
|
||||
},
|
||||
|
||||
{ .name = "forward-unrequested-escseq",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.scope = OPTIONS_TABLE_SERVER,
|
||||
.default_num = 0,
|
||||
.text = "Whether unrequested escape sequences are forwarded to "
|
||||
"clients. Can be 'off' (disallowed) or 'on' (allowed)."
|
||||
},
|
||||
|
||||
/* Session options. */
|
||||
{ .name = "activity-action",
|
||||
.type = OPTIONS_TABLE_CHOICE,
|
||||
|
||||
Reference in New Issue
Block a user