Prevent gnu screen from resizing display size

Try adding this (from /etc/screenrc) to your ~/.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'

https://superuser.com/questions/217066/prevent-gnu-screen-from-resizing-display-size/217281#217281

자꾸 붙을때마다 리사이즈되서 귀찮았는데 이걸로 해결,

Leave a Reply

Your email address will not be published. Required fields are marked *