Remote control: allow scrolling to prev/next prompt

This commit is contained in:
Kovid Goyal
2025-02-18 19:17:10 +05:30
parent eb5a9bc6a3
commit f29bc638ce
3 changed files with 20 additions and 7 deletions

View File

@@ -120,6 +120,8 @@ Detailed list of changes
- Speed up rendering of box drawing characters by moving the implementation to native code
- Remote control: `kitten @ scroll-window`: Allow scrolling to previous/next prompt
- macOS: Fix fallback font rendering for bold/italic text not working for some symbols that are present in the Menlo regular face but not the bold/italic faces (:iss:`8282`)
- XTGETTCAP: Fix response invalid for empty string capabilities (:pull:`8304`)
@@ -131,6 +133,7 @@ Detailed list of changes
- Fix a regression in 0.39.0 that caused a crash on invalid Unicode with a
large number of combining characters in a single cell (:iss:`8318`)
0.39.1 [2025-02-01]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~