Fix a crash when displaying very large number of images

Fixes #1825
This commit is contained in:
Kovid Goyal
2019-07-23 10:18:09 +05:30
parent 14d703f5cc
commit 6a126fa18e
2 changed files with 10 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- When using :opt:`strip_trailing_spaces` do not remove empty lines
(:iss:`1802`)
- Fix a crash when displaying very large number of images (:iss:`1825`)
0.14.2 [2019-06-09]
---------------------