mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Make update-environment an array as well.
This commit is contained in:
@@ -482,11 +482,10 @@ const struct options_table_entry options_table[] = {
|
||||
},
|
||||
|
||||
{ .name = "update-environment",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.type = OPTIONS_TABLE_ARRAY,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_str = "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID "
|
||||
"SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||
|
||||
},
|
||||
|
||||
{ .name = "visual-activity",
|
||||
|
||||
Reference in New Issue
Block a user