hyper: git bash clear command not working on windows again!

Issue

There was a well-known issue with clear command with bash on windows. It seems with v3 there is another issue related to this.

image

When I write clear it does clear some upper parts of the terminal but not all of it. I was using this config with v2, and everything was working as expected.

shell: 'C:\\Program Files\\Git\\git-cmd.exe',
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
env: { TERM: 'cygwin' },

UPDATE: I noticed when I’m facing a situation like the above picture, Resizing the terminal will clear the bottom parts as well.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 3
  • Comments: 16

Most upvoted comments

Do you guys have the WebGL renderer enabled?

The clear command works for me, I’m on Windows 10, Hyper 3.0.2, using Git Bash. I’ve got the WebGL renderer enabled.

I did a fresh install today. No issues with clear

My Settings with win10 and Hyper.app version: 3.0.2:

    shell: 'C:\\Program Files\\Git\\git-cmd.exe',
    shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
    env: { TERM: 'cygwin'},