dot/screenrc: Don't adjust the widths of terminal windows when starting.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 12 May 2019 12:57:46 +0000 (13:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 12 May 2019 19:29:19 +0000 (20:29 +0100)
dot/screenrc

index e4f4652..070d047 100644 (file)
@@ -48,6 +48,9 @@ rendition monitor + .R
 rendition bell +b .R
 rendition silence + .g
 
+## Don't adjust the widths of terminal windows when starting up.
+terminfo xterm-256color is="\E[!p\E[?4l\E[4l\E>"
+
 ## Arrange for windows whose processes fail to hang around so I can see what
 ## happened to them.  The manual says I should use `defzombie' here, but
 ## screen doesn't seem to understand that.