Fix spurious error print in test
This commit is contained in:
parent
cf8ccabad9
commit
58333f260b
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ def set_dynamic_color(self, code, data) -> None:
|
|||
def set_color_table_color(self, code, data) -> None:
|
||||
self.ctbuf += ''
|
||||
|
||||
def color_profile_popped(self, x) -> None:
|
||||
pass
|
||||
|
||||
def request_capabilities(self, q) -> None:
|
||||
from kitty.terminfo import get_capabilities
|
||||
for c in get_capabilities(q, None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue