X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1f182589dea0018df41309c9a122737ee317bfe3..860a34f8738776bc2863499ffd09cff6c4cea8fc:/terminal.c diff --git a/terminal.c b/terminal.c index 7552e39d..2f7527cd 100644 --- a/terminal.c +++ b/terminal.c @@ -2748,7 +2748,7 @@ static void term_out(Terminal *term) * Perform an actual beep if we're not overloaded. */ if (!term->cfg.bellovl || !term->beep_overloaded) { - beep(term->frontend, term->cfg.beep); + do_beep(term->frontend, term->cfg.beep); if (term->cfg.beep == BELL_VISUAL) { term_schedule_vbell(term, FALSE, 0);