SublimeInput
SublimeInput copied to clipboard
Empty lines and caret (`^`) doesn't work on Windows
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