Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-05-13 09:44:11 +01:00
9 changed files with 139 additions and 131 deletions

View File

@@ -48,7 +48,7 @@ const char *options_table_status_position_list[] = {
"top", "bottom", NULL
};
const char *options_table_bell_action_list[] = {
"none", "any", "current", NULL
"none", "any", "current", "other", NULL
};
/* Server options. */
@@ -295,7 +295,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "set-titles-string",
.type = OPTIONS_TABLE_STRING,
.default_str = "#S:#I:#W - \"#T\""
.default_str = "#S:#I:#W - \"#T\" #{session_alerts}"
},
{ .name = "status",
@@ -484,20 +484,6 @@ const struct options_table_entry window_options_table[] = {
"#{?pane_dead,[dead],}"
},
{ .name = "c0-change-trigger",
.type = OPTIONS_TABLE_NUMBER,
.default_num = 250,
.minimum = 0,
.maximum = USHRT_MAX
},
{ .name = "c0-change-interval",
.type = OPTIONS_TABLE_NUMBER,
.default_num = 100,
.minimum = 1,
.maximum = USHRT_MAX
},
{ .name = "clock-mode-colour",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 4