summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-19 00:02:39 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-19 00:02:39 +0000
commit073d4399650b5716806d734d1869c7d52c6f2d61 (patch)
treea0861d425e1776bcc1557cfb8ab89ba9239142b7 /options-table.c
parentf956c17c09160d7c8ab68502d2d5756ff3d0a557 (diff)
parent0406ec0ec29f6dd7b8ea663f50d766bce5904c78 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c247
1 files changed, 0 insertions, 247 deletions
diff --git a/options-table.c b/options-table.c
index 76e75722..4afe7e52 100644
--- a/options-table.c
+++ b/options-table.c
@@ -314,54 +314,12 @@ const struct options_table_entry options_table[] = {
.default_str = "lock -np"
},
- { .name = "message-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "message-style"
- },
-
- { .name = "message-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 3,
- .style = "message-style"
- },
-
- { .name = "message-command-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "message-command-style"
- },
-
- { .name = "message-command-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "message-command-style"
- },
-
- { .name = "message-command-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 3,
- .style = "message-command-style"
- },
-
{ .name = "message-command-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_SESSION,
.default_str = "bg=black,fg=yellow"
},
- { .name = "message-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "message-style"
- },
-
{ .name = "message-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_SESSION,
@@ -426,25 +384,16 @@ const struct options_table_entry options_table[] = {
.default_num = 1
},
- { .name = "status-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "status-style"
- },
-
{ .name = "status-bg",
.type = OPTIONS_TABLE_COLOUR,
.scope = OPTIONS_TABLE_SESSION,
.default_num = 2,
- .style = "status-style"
},
{ .name = "status-fg",
.type = OPTIONS_TABLE_COLOUR,
.scope = OPTIONS_TABLE_SESSION,
.default_num = 0,
- .style = "status-style"
},
{ .name = "status-format",
@@ -481,27 +430,6 @@ const struct options_table_entry options_table[] = {
.default_str = "[#S] "
},
- { .name = "status-left-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "status-left-style"
- },
-
- { .name = "status-left-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 8,
- .style = "status-left-style"
- },
-
- { .name = "status-left-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 8,
- .style = "status-left-style"
- },
-
{ .name = "status-left-length",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_SESSION,
@@ -531,27 +459,6 @@ const struct options_table_entry options_table[] = {
"\"#{=21:pane_title}\" %H:%M %d-%b-%y"
},
- { .name = "status-right-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0,
- .style = "status-right-style"
- },
-
- { .name = "status-right-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 8,
- .style = "status-right-style"
- },
-
- { .name = "status-right-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 8,
- .style = "status-right-style"
- },
-
{ .name = "status-right-length",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_SESSION,
@@ -666,27 +573,6 @@ const struct options_table_entry options_table[] = {
.default_num = 80
},
- { .name = "mode-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 0,
- .style = "mode-style"
- },
-
- { .name = "mode-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 3,
- .style = "mode-style"
- },
-
- { .name = "mode-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 0,
- .style = "mode-style"
- },
-
{ .name = "mode-keys",
.type = OPTIONS_TABLE_CHOICE,
.scope = OPTIONS_TABLE_WINDOW,
@@ -736,20 +622,6 @@ const struct options_table_entry options_table[] = {
.default_num = 0
},
- { .name = "pane-active-border-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "pane-active-border-style"
- },
-
- { .name = "pane-active-border-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 2,
- .style = "pane-active-border-style"
- },
-
{ .name = "pane-active-border-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_WINDOW,
@@ -764,20 +636,6 @@ const struct options_table_entry options_table[] = {
.default_num = 0
},
- { .name = "pane-border-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "pane-border-style"
- },
-
- { .name = "pane-border-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "pane-border-style"
- },
-
{ .name = "pane-border-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
@@ -829,95 +687,18 @@ const struct options_table_entry options_table[] = {
.default_str = "default"
},
- { .name = "window-status-activity-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = GRID_ATTR_REVERSE,
- .style = "window-status-activity-style"
- },
-
- { .name = "window-status-activity-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-activity-style"
- },
-
- { .name = "window-status-activity-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-activity-style"
- },
-
{ .name = "window-status-activity-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "reverse"
},
- { .name = "window-status-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 0,
- .style = "window-status-style"
- },
-
- { .name = "window-status-bell-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = GRID_ATTR_REVERSE,
- .style = "window-status-bell-style"
- },
-
- { .name = "window-status-bell-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-bell-style"
- },
-
- { .name = "window-status-bell-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-bell-style"
- },
-
{ .name = "window-status-bell-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "reverse"
},
- { .name = "window-status-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-style"
- },
-
- { .name = "window-status-current-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 0,
- .style = "window-status-current-style"
- },
-
- { .name = "window-status-current-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-current-style"
- },
-
- { .name = "window-status-current-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-current-style"
- },
-
{ .name = "window-status-current-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
@@ -930,40 +711,12 @@ const struct options_table_entry options_table[] = {
.default_str = "default"
},
- { .name = "window-status-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-style"
- },
-
{ .name = "window-status-format",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "#I:#W#{?window_flags,#{window_flags}, }"
},
- { .name = "window-status-last-attr",
- .type = OPTIONS_TABLE_ATTRIBUTES,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 0,
- .style = "window-status-last-style"
- },
-
- { .name = "window-status-last-bg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-last-style"
- },
-
- { .name = "window-status-last-fg",
- .type = OPTIONS_TABLE_COLOUR,
- .scope = OPTIONS_TABLE_WINDOW,
- .default_num = 8,
- .style = "window-status-last-style"
- },
-
{ .name = "window-status-last-style",
.type = OPTIONS_TABLE_STYLE,
.scope = OPTIONS_TABLE_WINDOW,