From: Mark Wooding Date: Sun, 12 May 2019 12:57:46 +0000 (+0100) Subject: dot/screenrc: Don't adjust the widths of terminal windows when starting. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b18620de755b0dc4932792f15595ab736226ecef dot/screenrc: Don't adjust the widths of terminal windows when starting. --- diff --git a/dot/screenrc b/dot/screenrc index e4f4652..070d047 100644 --- a/dot/screenrc +++ b/dot/screenrc @@ -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.