Skip to content

Commit

Permalink
Merge branch 'report-as-via-escape-code' of https://github.com/riveni…
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Feb 6, 2025
2 parents 92e2b93 + aeb8ec7 commit c4d28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4d28c8

Please sign in to comment.