chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6776087
)
dot/screenrc: Turn off XON/XOFF flow control.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Nov 2012 10:47:32 +0000
(10:47 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Nov 2012 10:47:32 +0000
(10:47 +0000)
dot/screenrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/screenrc
b/dot/screenrc
index e1dac2a8504ada78bfc030736f884e9bd7494a1d..d3af7d2e028d7c9681fa7f6252f628559276fe5b 100644
(file)
--- 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