spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

User can not use backspace for multiline input

Open shiaharfiyan opened this issue 3 years ago • 2 comments

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 image

Additional context Add any other context about the problem here.


Please upvote :+1: this issue if you are interested in it.

shiaharfiyan avatar Jun 20 '22 09:06 shiaharfiyan

I can tackle this issue

alex-eshock avatar Oct 12 '22 20:10 alex-eshock