Consider windows with background processes as active for confirm_close

Fixes #8358
This commit is contained in:
Kovid Goyal
2025-02-21 14:26:12 +05:30
parent f585175f0a
commit ba31763acf
5 changed files with 97 additions and 99 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
- When confirming if a window should be closed consider it active if it has running background processes (:iss:`8358`)
- 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`)