.screenrc to avoid huge titles and terminal resizing


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. # Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E>
  2. # (This fixes the "Aborted because of window size change" konsole symptoms found
  3. # in bug #134198)
  4. termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
  5. hardstatus string "[%n] %h"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.