Use a separate, re-useable ring-buffer implementation
Not only is it re-useable it also allows for easier debugging by separating the ring buffer specific logic and the pager history logic. Hopefully it fixes #3049
This commit is contained in:
@@ -52,6 +52,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
- Add a ``right`` option for :opt:`tab_switch_strategy` (:pull:`3155`)
|
||||
|
||||
- Fix a regression in 0.19.0 that caused a rare crash when using the optional
|
||||
:opt:`scrollback_pager_history_size` (:iss:`3049`)
|
||||
|
||||
|
||||
0.19.2 [2020-11-13]
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user