Gareth pointed out yesterday that the Unix terminal front end treats
[sgt/putty] / unix / gtkwin.c
index 03ecc35..311cf38 100644 (file)
@@ -1867,7 +1867,7 @@ void sys_cursor(void *frontend, int x, int y)
  */
 void do_beep(void *frontend, int mode)
 {
-    if (mode != BELL_VISUAL)
+    if (mode == BELL_DEFAULT)
        gdk_beep();
 }