Send wheel events to program when it asks to grab mouse, even in main screen

This matches behavior of other terminals and I dont have a strong
preference either way. Fixes #2939
This commit is contained in:
Kovid Goyal
2020-08-27 21:48:41 +05:30
parent 601d37aa3d
commit 0bff30e954
2 changed files with 13 additions and 12 deletions

View File

@@ -24,6 +24,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow specifying watchers in session files and via a command line argument
(:iss:`2933`)
- When in the main screen and a program grabs the mouse, do not use the scroll
wheel events to scroll the scrollback buffer, instead send them to the
program (:iss:`2939`)
0.18.3 [2020-08-11]
-------------------