This commit is contained in:
Kovid Goyal 2026-05-29 14:55:14 +05:30
parent 9ffabc7caf
commit 2b7d8af55a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 0 deletions

View file

@ -180,6 +180,8 @@ Detailed list of changes
- macOS: Fix regression in 0.47.0 that broke passing :kbd:`Cmd+C` on to terminal applications when no text is selected (:iss:`10087`)
- ``kitten @ set-background-image``: Fix ``--layout=configured`` changing layout to centered instead (:iss:`10089`)
0.47.1 [2026-05-28]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View file

@ -144,6 +144,8 @@ def response_from_kitty(self, boss: Boss, window: Window | None, payload_get: Pa
windows = self.windows_for_payload(boss, window, payload_get, window_match_name='match')
os_windows = tuple({w.os_window_id for w in windows if w})
layout = payload_get('layout')
if layout == 'configured':
layout = None
try:
boss.set_background_image(
path, os_windows, payload_get('configured'), layout, tfile.getvalue(),