-
I'm facing an issue with my Linux CentOS VM - CentOS Linux release 7.9.2009 (Core), I hope you can help me. Unfortunately, cols and rows size can be changed only manually in my case via command: Are there any options to change cols and rows size dynamically ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
This depends on your PTY integration, most PTY libs offer a way to change the PTY size via some API call (e.g. node-pty has a resize method). |
Beta Was this translation helpful? Give feedback.
I found that https://github.com/cs01/pyxtermjs
Working better with terminal resize feature