diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-16 00:01:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-16 00:01:25 +0100 |
commit | d346d692ebf36f7d67557c6d777b120dd07f3470 (patch) | |
tree | 4af5940458e051c9b4b44c8d3064f6e156fb0b1c /options-table.c | |
parent | a5e36a4bd6b81678e419dfc18ec6cec30fb415ad (diff) | |
parent | 63e07b245f898af17657c4655f1251aa43e19d0c (diff) | |
download | rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.tar.gz rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.tar.bz2 rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index ba7db3e1..66276e0b 100644 --- a/options-table.c +++ b/options-table.c @@ -91,7 +91,9 @@ static const char *options_table_window_size_list[] = { "}" \ "}" \ "]" \ + "#[push-default]" \ "#{T:window-status-format}" \ + "#[pop-default]" \ "#[norange default]" \ "#{?window_end_flag,,#{window-status-separator}}" \ "," \ @@ -116,7 +118,9 @@ static const char *options_table_window_size_list[] = { "}" \ "}" \ "]" \ + "#[push-default]" \ "#{T:window-status-current-format}" \ + "#[pop-default]" \ "#[norange list=on default]" \ "#{?window_end_flag,,#{window-status-separator}}" \ "}" \ |