Hyper: Command clear not working properly

Created on 10 May 2017  路  6Comments  路  Source: vercel/hyper

  • [x] I am on the latest Hyper.app version
  • [x] I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: Windows 10
  • Hyper.app version: 1.3.2
  • Link of a Gist with the contents of your .hyper.js: N/A
  • Relevant information from devtools _(CMD+ALT+I on Mac OS, CTRL+SHIFT+I elsewhere)_: N/A
  • The issue is reproducible in vanilla Hyper.app: Is Vanilla

Issue

I am using Hyper with git-bash (if you don't know how to, see this issue)

In previous version the command clear was working, but now it is not clearing screen, see the picture bellow:

capture_hyper

as you can see there is two problems in this picture:

  • first I tried to use the command vi on .hyper.js (preference file)
  • second after the vi fail, I quit and then tried to use the command clear

Things got real messy :)

Thanks in advance

Most helpful comment

in hyper.js file put

// for environment variables
env: {
    TERM: "cygwin"
},

All 6 comments

I'm on the exact same environment. Windows 10, Hyper 1.3.2, git-bash.

may 10 2017 7-53 pm - edited

Same here, CMD + K returns ^L when a command is running, works fine otherwise.

Environment: macOS v10.12.4 using fish shell.

I think this can be considered a duplicate of the issue I posted a few hours ago, so might be better to post there and close this one.

in hyper.js file put

// for environment variables
env: {
    TERM: "cygwin"
},

Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you!

@Stanzilla I'm having the same issue, I added the following (noting a similar issue in VS Code and the above... clear is still not working.

    shell: 'C:\\Program Files\\Git\\bin\\bash.exe',
    env: {
      CHERE_INVOKING: "1",
      TERM: "cygwin",
    },
    shellArgs: ['-i'],
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rofazayn picture rofazayn  路  65Comments

rauchg picture rauchg  路  67Comments

mrjones2014 picture mrjones2014  路  64Comments

BrysonR picture BrysonR  路  91Comments

deepsweet picture deepsweet  路  47Comments