summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/twopane.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/twopane.bash b/src/twopane.bash
index f3a15e1..db04588 100755
--- a/src/twopane.bash
+++ b/src/twopane.bash
@@ -91,6 +91,10 @@ escape \0\0
91# Disable messages. This is needed for screen -X/-Q to work reasonably. 91# Disable messages. This is needed for screen -X/-Q to work reasonably.
92msgwait 0 92msgwait 0
93msgminwait 0 93msgminwait 0
94
95bellmsg ^G
96vbell off
97
94# Try to disable blocking the terminal on ^S. 98# Try to disable blocking the terminal on ^S.
95# Doesn't seem to work here. 99# Doesn't seem to work here.
96# More is needed. Xterm? 100# More is needed. Xterm?