mirror of
https://github.com/tmux/tmux.git
synced 2025-12-27 04:16:03 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -664,6 +664,13 @@ const struct options_table_entry options_table[] = {
|
||||
.text = "Time for which status line messages should appear."
|
||||
},
|
||||
|
||||
{ .name = "focus-follows-mouse",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_num = 0,
|
||||
.text = "Whether moving the mouse into a pane selects it."
|
||||
},
|
||||
|
||||
{ .name = "history-limit",
|
||||
.type = OPTIONS_TABLE_NUMBER,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
|
||||
Reference in New Issue
Block a user