debug icon indicating copy to clipboard operation
debug copied to clipboard

skip "\n" from `$stdin` before showing prompt

Open ko1 opened this issue 4 months ago • 2 comments

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.

ko1 avatar Jun 13 '25 09:06 ko1