mirror of
https://github.com/tmux/tmux.git
synced 2025-12-27 04:16:03 +00:00
Add focus-follows-mouse option, from Barry Wasdell in GitHub issue 4771.
This commit is contained in:
@@ -665,6 +665,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