Enter top or htop, xterm only displays half
See original GitHub issueDetails
- Browser and browser version: 80.0.3987.149
- OS version: mac
- xterm.js version: 4.2.0
Steps to reproduce
When I type htop or top for the first time, the page display is not complete.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to solve the issue that a Terminal screen is messed up ...
The command reset is tried and it wouldn't work. One way that works is to log out or close the window, and resize...
Read more >Vi only show 16 lines, how to show full screen? - Super User
Using bash on Ubuntu (16.04. 1), the "resize" command reports the current terminal window size and seems to show commands to resize the...
Read more >Writing a "real" interactive terminal program like vim, htop, ... in ...
It doesn't have to be portable, it has to work on linux xterm-based terminal emulators only. What I want to do is programming...
Read more >ANSI escape code - Wikipedia
ANSI escape sequences are a standard for in-band signaling to control cursor location, color, font styling, and other options on video text terminals...
Read more >htop: Quick Guide & Customization - Hayden James
This will open the following screen: htop setup. Just about all of us use top and htop. However, more often than not, we...
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
@Fdango are you resizing your pty? On the demo this happens via node-pty here:
https://github.com/xtermjs/xterm.js/blob/fb5ff49008558f42050d4566f327cda5e578d059/demo/server.js#L66-L75
@Fdango you’ll want to use the fit addon to fit the terminal to a container