it's possible to use alt with mouse wheel

This commit is contained in:
Boris Faure 2019-03-03 19:26:45 +01:00
parent bc45dba7c9
commit acee5d2d67
1 changed files with 1 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@ termio_internal_mouse_wheel(Termio *sd,
return;
}
if (modifiers.ctrl || modifiers.alt || modifiers.shift)
if (modifiers.ctrl || modifiers.shift)
{
return;
}