Op maandag 21 oktober 2019 13:42:09 CEST schreef Freek de Kruijf:
> I even have a problem with screen to connect via my USB serial line to the
> RPi4. I can't find how to change the window size from 24x80 to something
> larger. I tried "C-a : width -w 132 48" and "C-a : displays" these values,
> but my lines are cut off at 80.

Found the solution. Before starting screen give command "stty -a" to find the 
value of rows and cols.
After starting screen and in a shell session on the RPI4 give the commands:
stty cols <value_cols>
stty rows <value_rows>

-- 
fr.gr.

member openSUSE
Freek de Kruijf



-- 
To unsubscribe, e-mail: opensuse-arm+unsubscr...@opensuse.org
To contact the owner, e-mail: opensuse-arm+ow...@opensuse.org

Reply via email to