mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: mouse_grabbed: ctrl may be pressed too (for block selection)
This commit is contained in:
parent
2a531327dd
commit
b7c970010d
1 changed files with 1 additions and 1 deletions
|
|
@ -1530,7 +1530,7 @@ term_mouse_grabbed(const struct terminal *term)
|
|||
return
|
||||
term->wl->kbd_focus == term &&
|
||||
term->wl->kbd.shift &&
|
||||
!term->wl->kbd.alt && !term->wl->kbd.ctrl && !term->wl->kbd.meta;
|
||||
!term->wl->kbd.alt && /*!term->wl->kbd.ctrl &&*/ !term->wl->kbd.meta;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue