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

Resizing window corrupts non-active tabs #2464

Closed
2 tasks done
ctuffli opened this issue Nov 16, 2017 · 2 comments
Closed
2 tasks done

Resizing window corrupts non-active tabs #2464

ctuffli opened this issue Nov 16, 2017 · 2 comments

Comments

@ctuffli
Copy link

ctuffli commented Nov 16, 2017

  • Your Hyper.app version is 2.1.1. Please verify your using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):

N/A

  • Is the issue reproducible in vanilla Hyper.app?

Yes

Issue

  1. Launch Hyper
  2. Create a second tab
  3. Resize the window
  4. Switch back to the first tab and notice the command prompt is displayed as if the console width is 1 character.
  5. Typing the enter key redraws the screen and displays a normal prompt

image

  • Hyper version: undefined "2.1.1"

  • OS ARCH VERSION: win32 x64 10.0.16299

  • Electron: 1.7.9 LANG: undefined

  • SHELL: undefined TERM: xterm-256color

~/.hyper.js contents
        
          {
  "updateChannel": "canary",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "true",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff"
  },
  "shell": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "shellArgs": [],
  "env": {},
  "bell": false,
  "copyOnSelect": true
}
      {

"plugins": [
"hypersolar-dark"
],
"localPlugins": []
}

@Stanzilla
Copy link
Collaborator

Duplicate of #2421

@ctuffli
Copy link
Author

ctuffli commented Nov 16, 2017

Ugh, sorry, I missed that :(
Yup, this is a dupe.

@ctuffli ctuffli closed this as completed Nov 16, 2017
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

2 participants