]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
terminal.c should call the frontend beep() routine even with
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Oct 2002 21:58:07 +0000 (21:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Oct 2002 21:58:07 +0000 (21:58 +0000)
commit0720fc12ad2a84531568d2fa7d4b6c67877f4cd6
treeb5cb4f34d7d949343795bd81b7edaba27b6efecc
parentec5a7ee9408ce95393310af17eebd06e56e29152
terminal.c should call the frontend beep() routine even with
mode==BELL_VISUAL, otherwise taskbar flashing won't happen on visual
bells. It's up to the frontend routine to spot BELL_VISUAL and avoid
making any noise.

[originally from svn r2155]
terminal.c
unix/pterm.c