Dont rewrap text in the alternate screen buffer

Avoids flicker during live resize with no resize_debounce_time. See
https://github.com/kovidgoyal/kitty/discussions/9142 for discussion.
This commit is contained in:
Kovid Goyal
2025-11-26 10:29:12 +05:30
parent 9e918547e8
commit 6db24b66fa
5 changed files with 109 additions and 3 deletions

View File

@@ -174,6 +174,9 @@ Detailed list of changes
- macOS: Fix closing an OS Window when another OS Window is minimized causing
the minimized window to be un-minimized (:iss:`8913`)
- Do not rewrap the text in the alternate screen buffer. Avoids flicker during
live resize with no :opt:`resize_debounce_time` (:disc:`9142`)
0.44.0 [2025-11-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~