Editors does not refresh the screen when enter and exit under Win x64
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 2.0.0. 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?
Is vanilla.
Issue
Editors such as nano, vi does not refresh terminal screen either when enter in or exit.
After type ll, then nano <some_file>, screenshot:

-
Hyper version: "2.0.0"
-
OS ARCH VERSION: win32 x64 10.0.16299
-
Electron: 1.8.4 LANG: undefined
-
SHELL: zsh TERM: msys2-x64
~/.hyper.js contents
{ "updateChannel": "stable", "fontSize": 15, "fontFamily": "\"Fira Code Retina\", Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace", "fontWeight": "normal", "fontWeightBold": "bold", "cursorColor": "rgba(248,28,229,0.8)", "cursorAccentColor": "#000", "cursorShape": "BEAM", "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": "D:\\Program Files\\msys2\\usr\\bin\\zsh.exe", "shellArgs": [ "--login", "-i" ], "env": {}, "bell": "SOUND", "copyOnSelect": false, "defaultSSHApp": true }{
"plugins": [],
"localPlugins": []
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the screen-refresh problem on Windows x64 using Hyper 2.0.0 with the reported zsh shell, entering and exiting nano or vi after running ll. Trace the terminal rendering path from that reproduction; done means the terminal screen refreshes correctly both when entering and exiting these editors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, zsh
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100