cbwin icon indicating copy to clipboard operation
cbwin copied to clipboard

some win32 console programs "sometimes" do line feed instead of new line, but a workaround seems possible

Open xilun opened this issue 8 years ago • 1 comments

ex: "wcmd tasklist" right after launching outbash.exe, vs after a "wcmd dir"

It would be great to understand what triggers the console to behave in a slightly more compatible way after a "wcmd dir" is performed; hopefully the same operation can be done automatically.

xilun avatar Aug 11 '16 19:08 xilun

For now I've worked around that by injecting a first "wcmd echo." command.

xilun avatar Oct 15 '16 14:10 xilun