chuck icon indicating copy to clipboard operation
chuck copied to clipboard

ConsoleInput.prompt() adds extra space

Open wasamasa opened this issue 7 years ago • 0 comments

ConsoleInput stdin;
stdin.prompt("prompt> ");

Anything typed in has an extra space after the space of the prompt string. This is highly unexpected as it's different from anything else out there, see Python's input function for an example not adding an extra space.

wasamasa avatar Aug 06 '16 12:08 wasamasa