spectre.console
spectre.console copied to clipboard
Text prompt lacks standard UI controls
Information
- OS: Windows / Linux
- Version: 0.40.0
- Terminal: conhost / Windows Terminal
Describe the bug The text prompt doesn't seem to support Home, End or CursorKeys. On Windows, if you go multiline you are unable to delete further than the current line you are on. Linux this seems to work.
To Reproduce
string name = AnsiConsole.Ask<string>("TestPrompt:>");
Expected behavior Standard console text editing behaviour works.