debug icon indicating copy to clipboard operation
debug copied to clipboard

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

Open ko1 opened this issue 6 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

:x: Tests Failed

:heavy_multiplication_x:no tests failed :heavy_check_mark:675 tests passed(5 flakes)

launchable-app[bot] avatar Jun 13 '25 09:06 launchable-app[bot]

Not sure but we need to revisit testing framework.

ko1 avatar Jun 17 '25 17:06 ko1