mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Support mouse on preview in tree mode.
This commit is contained in:
@ -318,7 +318,7 @@ window_client_key(struct window_pane *wp, struct client *c,
|
||||
struct window_client_itemdata *item;
|
||||
int finished;
|
||||
|
||||
finished = mode_tree_key(mtd, c, &key, m);
|
||||
finished = mode_tree_key(mtd, c, &key, m, NULL, NULL);
|
||||
switch (key) {
|
||||
case 'd':
|
||||
case 'x':
|
||||
|
Reference in New Issue
Block a user