/ Published in: Bash
These settings in your .screenrc would prevent a terminal resizing when you start a screen session and shorten the terminal windows titles a bit.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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"