瀏覽代碼

remove screen vbell.

We don't suppress audio bells, as we want to control this behaviour through the
terminal emulator config instead (in this case, mostly iTerm2).
Weiyi Lou 13 年之前
父節點
當前提交
d9b3e70709
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      screen/screenrc

+ 2 - 2
screen/screenrc

@@ -58,10 +58,10 @@ termcapinfo           linux           ti@:te@
 termcapinfo           xterm*          ti@:te@
 
 # Use visual bell instead of audio bell.
-vbell                 on              # default: ???
+#vbell                 on              # default: ???
 
 # Message to be displayed when the visual bell is triggered.
-vbell_msg             " *beep* "
+#vbell_msg             " *beep* "
 
 # Get rid of screen 0
 # http://www.linuxquestions.org/questions/linux-software-2/gnu-screen-start-window-numbering-at-1-keep-window-number-0-from-ever-being-used-772580/