mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-24 16:33:16 +01:00
Add options to enable terminal bell on certain events
Some terminals can mark the terminal window as urgent on bell. This is useful for window managers that provide a shortcut to jump to an urgent client.
This commit is contained in:
@@ -37,6 +37,12 @@ struct user_settings {
|
||||
int autolog; /* boolean */
|
||||
int alerts; /* boolean */
|
||||
|
||||
/* boolean (is set to NT_BEEP or 0 after loading) */
|
||||
int beep_on_message;
|
||||
int beep_on_filetrans;
|
||||
int beep_on_filetrans_accept;
|
||||
int beep_on_invite;
|
||||
|
||||
int timestamps; /* boolean */
|
||||
char timestamp_format[TIME_STR_SIZE];
|
||||
char log_timestamp_format[TIME_STR_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user