Disable screen in CentOS to change the window size when creating a new window
Disable screen in CentOS to change the window size when creating a new window
When you use screen in Centos, such as Xshell or Putty, the size of the window is changed, which is very annoying. You can modify the size of the window as follows so that it does not change.
Edit/etc/screenrc or ~ /. Add the following code to screenrc:
# Change the xterm initialization string from is2 = \ E [! P \ E [? 3; 4l \ E [4l \ E>
# (This fixes the "Aborted because of window size change" konsole symptoms found
# In bug #134198)
Termcapinfo xterm * 'is = \ E [r \ E [m \ E [2J \ E [H \ E [? 7h \ E [? 1; 4; 6l'
Linux Screen: Recording Screen logs
Screen details:
Linux Screen ultra-Concise tutorial
Common Screen commands in Linux
Zabbix sends Screen graphical reports by email
Linux virtual terminal command Screen usage
Linux tips: use Screen to manage your remote sessions
This article permanently updates the link address: