mirror of
https://github.com/tmux/tmux.git
synced 2026-03-13 03:32:54 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -723,13 +723,24 @@ const struct options_table_entry options_table[] = {
|
||||
{ .name = "message-command-style",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_str = "bg=black,fg=yellow",
|
||||
.default_str = "bg=black,fg=yellow,fill=black",
|
||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||
.separator = ",",
|
||||
.text = "Style of the command prompt when in command mode, if "
|
||||
"'mode-keys' is set to 'vi'."
|
||||
},
|
||||
|
||||
{ .name = "message-format",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_str = "#[#{?#{command_prompt},"
|
||||
"#{E:message-command-style},"
|
||||
"#{E:message-style}}]"
|
||||
"#{message}",
|
||||
.text = "Format string for the prompt and message area. "
|
||||
"The '#{message}' placeholder is replaced with the content."
|
||||
},
|
||||
|
||||
{ .name = "message-line",
|
||||
.type = OPTIONS_TABLE_CHOICE,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
@@ -741,10 +752,13 @@ const struct options_table_entry options_table[] = {
|
||||
{ .name = "message-style",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_str = "bg=yellow,fg=black",
|
||||
.default_str = "bg=yellow,fg=black,fill=yellow",
|
||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||
.separator = ",",
|
||||
.text = "Style of messages and the command prompt."
|
||||
.text = "Style of messages and the command prompt. "
|
||||
"A 'fill' attribute controls background clearing and "
|
||||
"a 'width' attribute (fixed or percentage) constrains "
|
||||
"the prompt area width."
|
||||
},
|
||||
|
||||
{ .name = "mouse",
|
||||
|
||||
Reference in New Issue
Block a user