FG
💻 Software

Prevent gnu screen from resizing display size

Fresh6 days ago
Mar 15, 202612780 views
Confidence Score0%
0%

Problem

Every time I start screen (screen -A) or try to connect to an already running screen session (screen -Ax) my terminal is resized to 80 columns. I want to prevent screen from resizing my terminal. I am using iTerm on Snow Leopard and my screen sessions are on a centos machine (I use bash as my shell…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Prevent gnu screen from resizing display size

Low Risk

Try adding this (from ) to your : You may need to change the "xterm" to match your . The line sets (ininitialization string) for any terminal with a name starting with "xterm" to a sequence of escape codes. represents and the codes are as follows: T…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment