Merge branch 'report-as-via-escape-code' of https://github.com/rivenirvana/kitty

This commit is contained in:
Kovid Goyal 2025-02-06 19:40:28 +05:30
commit c4d28c8bca
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1293,7 +1293,7 @@ def on_bell(self) -> None:
def color_profile_popped(self, bg_changed: bool) -> None:
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:
r, g, b = col.red, col.green, col.blue