bats
bats copied to clipboard
Running bats eats the flashing cursor on ubuntu
https://asciinema.org/a/rq5FcP4bdiNzhGnice8QP1fGB
You can see a white flashing box where I'm typing before I run bats
, but not after. I tried this in zsh and bash, and it happened for both. I'm running ubuntu.
Output of lsb_release -a:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
To fix this properly I think we need a SIGINT handler that shows the cursor again (and probably does a few other things like print a newline)
This is the case for me too