Add an option to trigger the terminal bell when there is an alert, from

Marco Beck.
This commit is contained in:
Nicholas Marriott
2011-07-03 19:07:54 +00:00
parent 94f86edfee
commit f12158bc25
3 changed files with 32 additions and 0 deletions

View File

@ -98,6 +98,11 @@ const struct options_table_entry session_options_table[] = {
.default_num = BELL_ANY
},
{ .name = "bell-on-alert",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0
},
{ .name = "default-command",
.type = OPTIONS_TABLE_STRING,
.default_str = ""