mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove support for the continuous reporting "any" mouse mode which never
really worked properly and is rarely used.
This commit is contained in:
2
format.c
2
format.c
@ -601,8 +601,6 @@ format_window_pane(struct format_tree *ft, struct window_pane *wp)
|
||||
!!(wp->base.mode & MODE_MOUSE_STANDARD));
|
||||
format_add(ft, "mouse_button_flag", "%d",
|
||||
!!(wp->base.mode & MODE_MOUSE_BUTTON));
|
||||
format_add(ft, "mouse_any_flag", "%d",
|
||||
!!(wp->base.mode & MODE_MOUSE_ANY));
|
||||
format_add(ft, "mouse_utf8_flag", "%d",
|
||||
!!(wp->base.mode & MODE_MOUSE_UTF8));
|
||||
|
||||
|
Reference in New Issue
Block a user