From 55254d9079e9146c941980e0a1004da9d1b45d98 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Sep 2025 22:43:51 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5b21ff8b5..76bb75143 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -158,11 +158,14 @@ 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`) -- Allow using backspace to move the cursor onto the previous line in cooked mode. This is indicated by the `bw` property in kitty's terminfo (:iss:`8841`) +- Allow using backspace to move the cursor onto the previous line in cooked + mode. This is indicated by the `bw` property in kitty's terminfo + (:iss:`8841`) - Watchers: A new event for global watchers corresponding to the tab bar being changed (:disc:`8842`) -- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector when it caused a character to flow to the next line (:iss:`8848`) +- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector + when it caused a character to flow to the next line (:iss:`8848`) - Fix rendering of underlines when using larger text sizes with the space and en-space characters (:iss:`8950`)