...
This commit is contained in:
parent
6fc1226028
commit
e522095fae
@ -118,7 +118,7 @@ def render(text: str, current_input: str, all_marks: Sequence[Mark], ignore_mark
|
|||||||
|
|
||||||
class Hints(Handler):
|
class Hints(Handler):
|
||||||
|
|
||||||
use_alternate_screen = False
|
use_alternate_screen = False # disabled to avoid screen being blanked at exit causing flicker
|
||||||
overlay_ready_report_needed = True
|
overlay_ready_report_needed = True
|
||||||
|
|
||||||
def __init__(self, text: str, all_marks: Sequence[Mark], index_map: Dict[int, Mark], args: HintsCLIOptions):
|
def __init__(self, text: str, all_marks: Sequence[Mark], index_map: Dict[int, Mark], args: HintsCLIOptions):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user