input: rename ‘meta’ to ‘super’

This commit is contained in:
Daniel Eklöf 2021-11-21 12:01:16 +01:00
parent a08494a766
commit 66171f1045
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 14 additions and 14 deletions

View file

@ -2829,7 +2829,7 @@ term_mouse_grabbed(const struct terminal *term, struct seat *seat)
return term->mouse_tracking == MOUSE_NONE ||
(seat->kbd_focus == term &&
seat->kbd.shift &&
!seat->kbd.alt && /*!seat->kbd.ctrl &&*/ !seat->kbd.meta);
!seat->kbd.alt && /*!seat->kbd.ctrl &&*/ !seat->kbd.super);
}
void