Merge branch 'report-as-via-escape-code' of https://github.com/rivenirvana/kitty
This commit is contained in:
commit
c4d28c8bca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue