mirror of
https://github.com/tmux/tmux.git
synced 2026-07-08 18:39:30 +00:00
Add a define for whether mouse is enabled by default (still off).
This commit is contained in:
@@ -956,7 +956,7 @@ const struct options_table_entry options_table[] = {
|
||||
{ .name = "mouse",
|
||||
.type = OPTIONS_TABLE_FLAG,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_num = 0,
|
||||
.default_num = TMUX_MOUSE,
|
||||
.text = "Whether the mouse is recognised and mouse key bindings are "
|
||||
"executed. "
|
||||
"Applications inside panes can use the mouse even when 'off'."
|
||||
|
||||
Reference in New Issue
Block a user