vercel / vercel/hyper

Last line for typing new command cant scroll up, is stuck offset below window.

Open
#4,863 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • Your Hyper.app version is 3.0.2. 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):
  • Is the issue reproducible in vanilla Hyper.app?

Issue

Hey there, sometimes when i run a yarn install or other lengthy command, the new line after this gets stuck below the viewable window.
the error goes away if i resize the window.

Thanks

  • Hyper version: undefined "3.0.2"

  • OS ARCH VERSION: darwin x64 19.6.0

  • Electron: 3.1.3 LANG: undefined

  • SHELL: /bin/zsh TERM: undefined

~/.hyper.js contents
        
          {
  "opacity": 0.9,
  "updateChannel": "stable",
  "fontSize": 16,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "bold",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "/bin/zsh",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true
}
      {

"plugins": [
"hypercwd",
"hyper-statusline",
"hyper-alt-click",
"hyperterm-safepaste",
"hyper-search",
"hypergoogle",
"hyperborder",
"hyper-tab-icons",
"hyper-hide-title",
"shades-of-purple-hyper",
"hyper-material-theme",
"hyperpower",
"hyper-opacity",
"hyper-drop-file"
],
"localPlugins": []
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce in Hyper.app 3.0.2 on macOS by running a lengthy command such as yarn install, with the reported ~/.hyper.js settings and plugins in mind. Start by comparing the terminal view before and after resizing the window; done means the new command line remains visible without requiring a resize.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, typescript
Domain
cli, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.