macOS: Elaborate dance to work around yet another Cocoa bug

Fixes #8740
This commit is contained in:
Kovid Goyal
2025-08-18 16:01:51 +05:30
parent b8b7592b40
commit 3638adda6c
2 changed files with 24 additions and 3 deletions

View File

@@ -141,6 +141,10 @@ Detailed list of changes
- macOS: Fix hiding quick access terminal window not restoring focus to
previously active application (:disc:`8840`)
- macOS: Fix showing the quick access terminal on a space other than the space
it was last active on, after full screening some application causes the quick
access terminal to appear on the old space (:iss:`8740`)
- 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`)