mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
do not beep on hidden lines with /set beep_msg_level ... -hidden
This commit is contained in:
parent
e0b98e1fa5
commit
80926476fc
4 changed files with 38 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ int settings_get_int(const char *key);
|
|||
int settings_get_bool(const char *key);
|
||||
int settings_get_time(const char *key); /* as milliseconds */
|
||||
int settings_get_level(const char *key);
|
||||
int settings_get_level_negative(const char *key);
|
||||
int settings_get_size(const char *key); /* as bytes */
|
||||
int settings_get_choice(const char *key);
|
||||
char *settings_get_print(SETTINGS_REC *rec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue