Fix drag-scrolling not working when the mouse leaves the window confines

Fixes #917
This commit is contained in:
Kovid Goyal 2018-09-09 14:30:32 +05:30
parent a08b945124
commit 2ec84969dd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 26 additions and 19 deletions

View file

@ -17,6 +17,9 @@ Changelog
fullscreen/maximized/minimized. This replaces the ``--start-in-fullscreen``
flag introduced in the previous release (:iss:`935`)
- Fix drag-scrolling not working when the mouse leaves the window confines
(:iss:`917`)
- Linux: Ensure that the python embedded in the kitty binary build uses
UTF-8 mode to process command-line arguments (:iss:`924`)