mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Remove the set-remain-on-exit option, it was always a hack and can now
be done with hooks instead.
This commit is contained in:
@@ -320,12 +320,6 @@ const struct options_table_entry options_table[] = {
|
||||
.default_num = 500
|
||||
},
|
||||
|
||||
{ .name = "set-remain-on-exit",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_num = 0
|
||||
},
|
||||
|
||||
{ .name = "set-titles",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
|
||||
Reference in New Issue
Block a user