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
TextPrompt prints out any character it receives other than newlines, so keys like the arrow keys cause it to insert escape codes into the result, causing unexpected behaviour.
Example: run swift run examples-cli text-prompt and press the left arrow key.
The text was updated successfully, but these errors were encountered:
TextPrompt
prints out any character it receives other than newlines, so keys like the arrow keys cause it to insert escape codes into the result, causing unexpected behaviour.Example: run
swift run examples-cli text-prompt
and press the left arrow key.The text was updated successfully, but these errors were encountered: