Hyper is blank when opened, cursor dissapears... no clue why
See original GitHub issue- Your Hyper.app version is 3.1.4. 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+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
- Is the issue reproducible in vanilla Hyper.app?
Issue
- Hyper version: undefined “3.1.4”
- OS ARCH VERSION: darwin x64 21.1.0
- Electron: 13.2.3 LANG: undefined
- SHELL: /bin/zsh TERM: undefined
.hyper.js contents
{
"updateChannel": "stable",
"fontSize": 12,
"fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
"fontWeight": "normal",
"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": "",
"shellArgs": [
"--login"
],
"env": {},
"bell": "SOUND",
"copyOnSelect": false,
"defaultSSHApp": true,
"quickEdit": false,
"macOptionSelectionMode": "vertical",
"webGLRenderer": true
}
plugins
{
"plugins": [
"verminal"
],
"localPlugins": []
}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Black screen with disappearing and reappearing cursor
When I boot the pc my screen shows the asus logo and the dots spinning after 4 seconds they stutter and a black...
Read more >Underline cursor disappeared after upgrade to hyper 1.3.2
I am on the latest Hyper.app version; I have searched the issues of this repo and believe that this is not a duplicate....
Read more >How to Fix It When the Cursor Disappears in Windows 10
Doing this will fix a disappearing cursor if the problem is an incompatible or wrong device driver. Here's how: Open Device Manager.
Read more >Mouse cursor pointer disappearing when moving to any textbox
Start -> Control Panel -> Mouse -> Pointers or open the control panel then and search the mouse option. In Control Panel open...
Read more >Mouse cursor disappears - Apple Support Communities
A week ago the cursor started to disappear randomly from the ... The only way to make it appear again is to right...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LuckDIY can you try once after setting
disableLigatures: true
in the config.@LabhanshAgrawal and @Cobaramin effective