mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Forgot to clear screen before drawing
This commit is contained in:
parent
3c742a0037
commit
0f9d6a1e4a
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class Choose(Handler):
|
|||
|
||||
@Handler.atomic_update
|
||||
def draw_screen(self) -> None:
|
||||
self.cmd.clear_screen()
|
||||
if self.cli_opts.message:
|
||||
self.cmd.styled(self.cli_opts.message, bold=True)
|
||||
self.print()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue