mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
popup.c
2
popup.c
@ -530,7 +530,7 @@ popup_key_cb(struct client *c, void *data, struct key_event *event)
|
||||
(border == LEFT || border == TOP))
|
||||
goto menu;
|
||||
if (((m->b & MOUSE_MASK_MODIFIERS) == MOUSE_MASK_META) ||
|
||||
border != NONE) {
|
||||
(border != NONE && !MOUSE_DRAG(m->lb))) {
|
||||
if (!MOUSE_DRAG(m->b))
|
||||
goto out;
|
||||
if (MOUSE_BUTTONS(m->lb) == MOUSE_BUTTON_1)
|
||||
|
Reference in New Issue
Block a user