From: Mark Wooding Date: Sat, 10 Nov 2012 10:47:32 +0000 (+0000) Subject: dot/screenrc: Turn off XON/XOFF flow control. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/228374502b83afd5a84952bf017f42a10fc8ef28 dot/screenrc: Turn off XON/XOFF flow control. --- diff --git a/dot/screenrc b/dot/screenrc index e1dac2a..d3af7d2 100644 --- a/dot/screenrc +++ b/dot/screenrc @@ -15,6 +15,10 @@ defscrollback 1000 ## host's alternate-screen switching unless nobbled.) altscreen on +## Don't try to do flow control using XON/XOFF characters. It messes stuff +## up and is generally annoying. +defflow off + ## Force UTF-8 now. Screen can cope with sorting out the mess. defencoding utf8 setenv LC_CTYPE en_GB.utf8