mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 05:35:17 +00:00
Eliminate flickering when hints kitten exits
This commit is contained in:
parent
16c6545e93
commit
746cb3684a
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ def render(text: str, current_input: str, all_marks: Sequence[Mark], ignore_mark
|
|||
|
||||
class Hints(Handler):
|
||||
|
||||
use_alternate_screen = False
|
||||
overlay_ready_report_needed = True
|
||||
|
||||
def __init__(self, text: str, all_marks: Sequence[Mark], index_map: Dict[int, Mark], args: HintsCLIOptions):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue