Fix an out of bounds read causing a crash when selecting text with the mouse in the alternate screen mode

Fixes #1578
This commit is contained in:
Kovid Goyal
2019-06-12 07:51:10 +05:30
parent 7091d554b5
commit 8bf2e098f5
2 changed files with 21 additions and 0 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.14.3 [future]
---------------------
- Fix an out of bounds read causing a crash when selecting text with the mouse
in the alternate screen mode (:iss:`1578`)
0.14.2 [2019-06-09]
---------------------