Terminal stops displaying text
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Ubuntu 20.04.3
- Hyper.app version: 3.1.3
- Link of a Gist with the contents of your .hyper.js: https://gist.github.com/linaori/40571b7cf965a5cd0ac321d7b8221dd8
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
- The issue is reproducible in vanilla Hyper.app: Not 100% sure, I think it is.
Issue
The left pane is watch sensors
and the right pane is docker-compose up
logs:
This seems to randomly happen when the app is minimized. Hovering over links still works and clicking them will still open the link.
When I then press CTRL+C to cancel watch sensors
Typing “a” gives me:
Typing “s” after and then going back to the “a”:
When I then restart the terminal and type “a” again, I get this:
Seems like something is breaking in the rendering. I’m using zsh, though that shouldn’t matter I think as I never have this in Terminator.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
Linux Terminal: typing feedback gone, line breaks not displayed
The only way to fix it is to close that terminal and start a new one. Maybe be related: the script output contains...
Read more >bash - Shell does not show typed in commands, "reset" works ...
When running a shell or most programs in a shell anything you type is echo'd back to the user's terminal by the kernel's...
Read more >You cannot print text in a terminal server session in Windows ...
This issue occurs because the ExtTextOut function is called incorrectly. When text is printed by using the Graphics::DrawString method in a terminal server ......
Read more >Integrated Terminal in Visual Studio Code
Alt and click on a tab, the + button, or the single tab on the terminal panel. Triggering the Ctrl+Shift+5 command. Tip: The...
Read more >Terminal text invisible on Windows for shell in Docker container
Right click on any file in the Project Explorer view and select Show in Local Terminal > bb1 4. Initially there is some...
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
I am also facing similar issue. (Ubuntu 20.04) For me its happening when I do suspend, which is I guess equivalent of sleep in other operating systems.
I did the dev setup as on the readme and I am getting these errors in the console.
The last few times I checked there was nothing. I tried to find out what happened to the colors but due to it being a canvas/render I couldn’t see the text styles. Is there anything else I can try to debug/investigate?