Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows

Fixes #1002
This commit is contained in:
Kovid Goyal
2018-09-22 18:15:03 +05:30
parent e4033d997c
commit ea9af96d2b
2 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ Changelog
- Remote control: Fix the ``focus_window`` command not focusing the
top-level OS window of the specified kitty window (:iss:`1003`)
- Fix using :opt:`focus_follows_mouse` causing text selection with the
mouse to malfunction when using multiple kitty windows (:iss:`1002`)
0.12.1 [2018-09-08]
------------------------------