Return to Snippet

Revision: 57933
at June 15, 2012 18:03 by m1b


Initial Code
# 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'
hardstatus string "[%n] %h"

Initial URL


Initial Description
These settings in your .screenrc would prevent a terminal resizing when you start a screen session and shorten the terminal windows titles a bit.

Initial Title
.screenrc to avoid huge titles and terminal resizing

Initial Tags


Initial Language
Bash