The git bash not working correctly. After I called clear, it just moves the cursor to the top but it does not clear the screen. See as follow:
@ConeyLiu the link to the Gist is broken, but I faced the same issue on Windows.
In your .hyper.js - you should add the TERM key with the value CYGWIN
to the env property like so:
env: {
TERM: "cygwin"
}
Hi @tool3 , thanks for the help. It works for me.
Most helpful comment
@ConeyLiu the link to the Gist is broken, but I faced the same issue on Windows.
In your
.hyper.js- you should add theTERMkey with the valueCYGWINto the
envproperty like so: