Sync OpenBSD patchset 929:

Add an option to trigger the terminal bell when there is an alert, from
Marco Beck.
This commit is contained in:
Tiago Cunha
2011-07-04 08:23:39 +00:00
parent fce026eb32
commit 8144e5cb7e
3 changed files with 34 additions and 2 deletions

View File

@ -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 = ""