Fix a regression that caused a segfault when using scrollback_pager_history_size

Fixes #3011
This commit is contained in:
Kovid Goyal
2020-10-06 13:28:48 +05:30
parent b04b0c670d
commit fb87fc32f0
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- hints kitten: Add an ``ip`` type for easy selection of IP addresses
(:pull:`3009`)
- Fix a regression that caused a segfault when using
:opt:`scrollback_pager_history_size` and it gets full (:iss:`3011`)
- Fix update available notifications repeating (:pull:`3006`)