debug
debug copied to clipboard
skip "\n" from `$stdin` before showing prompt
Any input into $stdin before showing prompt will be appear on the next prompt, and entering new empty line will dispatch previous command.
This patch consumes empty lines ("\n"+) from $stdin just before showing the prompt.