summaryrefslogtreecommitdiff
path: root/src/twopane.bash
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2024-08-27 06:55:43 -0400
committerAndrew Cady <d@jerkface.net>2024-08-27 06:55:43 -0400
commit56ed560d8e098960cfc6fcfb479dffdc1774df29 (patch)
treeef405f8574855cc6e4e02775358f18d5a144c92d /src/twopane.bash
parent696495b21b7dab5a31a6312c3911f0e9831b3ac1 (diff)
vbell off
Diffstat (limited to 'src/twopane.bash')
-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?