mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
fix: Report OSC 30101 bg change as via escape code
This commit is contained in:
@@ -1293,7 +1293,7 @@ class Window:
|
|||||||
|
|
||||||
def color_profile_popped(self, bg_changed: bool) -> None:
|
def color_profile_popped(self, bg_changed: bool) -> None:
|
||||||
if bg_changed:
|
if bg_changed:
|
||||||
get_boss().default_bg_changed_for(self.id)
|
get_boss().default_bg_changed_for(self.id, via_escape_code=True)
|
||||||
|
|
||||||
def report_color(self, code: str, col: Color) -> None:
|
def report_color(self, code: str, col: Color) -> None:
|
||||||
r, g, b = col.red, col.green, col.blue
|
r, g, b = col.red, col.green, col.blue
|
||||||
|
|||||||
Reference in New Issue
Block a user