window-ports should respect flags.silent setting
Like tty_nhbell() in termcap.c, window-ports really should respect the flags.silent setting.
This commit is contained in:
@@ -977,7 +977,8 @@ nhbell() -- Beep at user. [This will exist at least until sounds are
|
||||
void
|
||||
curses_nhbell(void)
|
||||
{
|
||||
beep();
|
||||
if (!flags.silent)
|
||||
beep();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user