This commit is contained in:
holio0
2025-03-29 08:44:06 +05:30
committed by GitHub
3 changed files with 17 additions and 2 deletions

View File

@@ -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,