From b18620de755b0dc4932792f15595ab736226ecef Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 12 May 2019 13:57:46 +0100 Subject: [PATCH] dot/screenrc: Don't adjust the widths of terminal windows when starting. --- dot/screenrc | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.11.0