mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Not going to add these options right now.
This commit is contained in:
@@ -1237,28 +1237,6 @@ const struct options_table_entry options_table[] = {
|
||||
.text = "Character used to fill unused parts of window."
|
||||
},
|
||||
|
||||
{ .name = "floating-pane-border-style",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
.default_str = "default",
|
||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||
.separator = ",",
|
||||
.text = "Default border style for floating panes. "
|
||||
"Overrides pane-border-style for floating panes unless "
|
||||
"a per-pane style is set."
|
||||
},
|
||||
|
||||
{ .name = "floating-pane-style",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
.default_str = "default",
|
||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||
.separator = ",",
|
||||
.text = "Default content style for floating panes. "
|
||||
"Overrides window-style for floating panes unless "
|
||||
"a per-pane style is set."
|
||||
},
|
||||
|
||||
{ .name = "main-pane-height",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
|
||||
Reference in New Issue
Block a user