You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when you try to use FuzzyWordCompleter with PromptSession it causes prompt not to reach the bottom of the terminal window and stop at some point leaving large blank space.
s=PromptSession(complete_while_typing=True, completer=FuzzyWordCompleter(['a']))
whileTrue:
text=s.prompt('console> ', bottom_toolbar="This is a toolbar")
result:
As you can see, when the prompt reaches some point it stops leaving blank space in the bottom.
Hello,
I've noticed that when you try to use
FuzzyWordCompleter
withPromptSession
it causes prompt not to reach the bottom of the terminal window and stop at some point leaving large blank space.result:
As you can see, when the prompt reaches some point it stops leaving blank space in the bottom.
Let me know if it is a normal behaviour.
Kind regards,
Ivan Nikolskiy (@enty8080)
The text was updated successfully, but these errors were encountered: