In config, I have:
shell: 'C:\\Program Files\\Git\\bin\\bash.exe'
Everything is working fine, expect when I type: clear.
Output is still on console screen...
-
Hyper 1.4.8
Electron 1.7.8
win32 x64 10.0.15063

Issue also happen on hyper 2.0.0-canary.9 (stable)
Same, any solution?
Edit
Fix, edit hyper.js and add in the env object.
env: { TERM: 'cygwin' },
I can confirm that env: { TERM: 'cygwin' } fixes this issue
Most helpful comment
Same, any solution?
Edit
Fix, edit hyper.js and add in the env object.