diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:23:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:23:39 +0000 |
commit | 8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758 (patch) | |
tree | c0cb407ef517ff06052be84cbf50f26b3e51ef07 /options-table.c | |
parent | fce026eb32292f412d4fda8cfc495da7b655e99d (diff) | |
download | rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.tar.gz rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.tar.bz2 rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.zip |
Sync OpenBSD patchset 929:
Add an option to trigger the terminal bell when there is an alert, from
Marco Beck.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index e69b32ae..daeade54 100644 --- a/options-table.c +++ b/options-table.c @@ -1,4 +1,4 @@ -/* $Id: options-table.c,v 1.12 2011-05-22 16:26:09 tcunha Exp $ */ +/* $Id$ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -97,6 +97,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 = "" |