mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Glenn Maynard's patch (as adapted by Jacob) for taskbar flashing
when a bell occurs and the window is minimised. [originally from svn r1123]
This commit is contained in:
3
putty.h
3
putty.h
@ -272,6 +272,9 @@ typedef struct {
|
||||
enum {
|
||||
BELL_DISABLED, BELL_DEFAULT, BELL_VISUAL, BELL_WAVEFILE
|
||||
} beep;
|
||||
enum {
|
||||
B_IND_DISABLED, B_IND_FLASH, B_IND_STEADY
|
||||
} beep_ind;
|
||||
int bellovl; /* bell overload protection active? */
|
||||
int bellovl_n; /* number of bells to cause overload */
|
||||
int bellovl_t; /* time interval for overload (seconds) */
|
||||
|
Reference in New Issue
Block a user