Make beep optional - thanks to Antal Novak
[u/mdw/putty] / terminal.c
index 392ce7f..856d5b1 100644 (file)
@@ -676,7 +676,7 @@ void term_out(void) {
                ldisc->send ("PuTTY", 5);
                break;
              case '\007':
-               beep();
+                if(cfg.beep) beep();
                disptop = scrtop;
                break;
              case '\b':