spectre.console
spectre.console copied to clipboard
User can not use backspace for multiline input
Information
- OS: Windows 10
- Version: 21H2 Build 19044.1766
- Terminal: Command Prompt
Describe the bug Using AnsiConsole.Prompt when user use backspace for the multiline input, the previous line cannot be deleted, stuck on the last line.
To Reproduce Use AnsiConsole.Prompt(TextPrompt), user input more than buffer size (it will goes to newline) then press backspace to delete all user input.
Expected behavior When user use backspace, it should delete all the characters.
Screenshots

Additional context Add any other context about the problem here.
Please upvote :+1: this issue if you are interested in it.
I can tackle this issue