Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No able to clear console with git bash shell #2572

Closed
darekf77 opened this issue Jan 9, 2018 · 4 comments
Closed

No able to clear console with git bash shell #2572

darekf77 opened this issue Jan 9, 2018 · 4 comments

Comments

@darekf77
Copy link

darekf77 commented Jan 9, 2018

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
@darekf77
Copy link
Author

darekf77 commented Jan 11, 2018

bug_hyper
Issue also happen on hyper 2.0.0-canary.9 (stable)

@pwsandoval
Copy link

pwsandoval commented Jan 27, 2018

Same, any solution?

Edit

Fix, edit hyper.js and add in the env object.

env: { TERM: 'cygwin' },

@rianquinn
Copy link

Dup: #2715

@rianquinn
Copy link

I can confirm that env: { TERM: 'cygwin' } fixes this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants