chiark / gitweb /
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 e4f4652f4544cde8a74906f3c8bc7c4363786770..070d0477a4ee10310f9d2d47c5e793e3b9cbc51a 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.