Fix various minor bugs in the multiple bgimage code

This commit is contained in:
Kovid Goyal
2026-04-15 23:02:11 +05:30
parent df4d3218a3
commit 12a87929c6
4 changed files with 25 additions and 15 deletions

View File

@@ -2014,7 +2014,7 @@ Detailed list of changes
window resize (:iss:`5162`)
- Remote control: Fix commands with large or asynchronous payloads like
:command:`kitty @ set-backround-image`, :command:`kitty @ set-window-logo`
:command:`kitty @ set-background-image`, :command:`kitty @ set-window-logo`
and :command:`kitty @ select-window` not working correctly
when using a socket (:iss:`5165`)