Closed drewolson closed 4 years ago
~A quick update -- as far as I can tell, this only happens when I am inside of a tmux
session.~
Scratch that, I just saw the same behavior outside of tmux
. I'm seeing this on both mac and linux.
On the first new bash prompt after running elm-test
,ctrl+r
doesn't work and arrow keys just print e.g. ^[[A
for me on mac. Pressing return or ctrl+c
once makes things go back to normal again.
This is most likely an issue with https://github.com/rtfeldman/node-test-runner and not with this library, though.
Thanks @drathier. I've opened an issue on node-test-runner and I'll go ahead and close this one.
I've noticed some terminal behavior is broken after running the
elm-test
command. The most obvious failure is thectrl+p
command to scroll through my command history. I've attached a gif of me running aecho "hello"
command and then usingctrl+p
to run it again. After this works, I runelm-test
and attempt to usectrl+p
again. It's now broken until I issue actrl+c
command.Please let me know if I can provide any more information.