forked from manifoldco/promptui
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When terminal support is available, disable line wrapping to avoid a …
…broken select experience
- Loading branch information
1 parent
ae1a6f6
commit 33d9dc1
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33d9dc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done! This seems to fix most issues I've been having with an application that uses
promptui
. I've still have some backspace issues, but at least the issue with multiple/duplicate lines seems to have gone. Thanks for your hack/patch!