Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes

Fixes #7244
This commit is contained in:
Kovid Goyal
2024-03-21 20:32:58 +05:30
parent 11882aef2d
commit 1f149861f9
2 changed files with 3 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ Detailed list of changes
- A new option :opt:`terminfo_type` to allow passing the terminfo database embedded into the :envvar:`TERMINFO` env var directly instead of via a file
- Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (:iss:`7244`)
0.33.1 [2024-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~