SublimeInput icon indicating copy to clipboard operation
SublimeInput copied to clipboard

Empty lines and caret (`^`) doesn't work on Windows

Open user202729 opened this issue 6 years ago • 0 comments

Because on Windows CMD, echo prints ECHO is on. when it's called with no argument and ^ is escaping character, the input

aaa^^aaa

bbb

gives the program

aaa^aaa
ECHO is on.
bbb

user202729 avatar Sep 19 '18 07:09 user202729