diff options
author | nicm <nicm> | 2017-05-29 20:41:29 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-29 20:41:29 +0000 |
commit | b95e5827c1d2af3cc1fe1f9feda8edbc230ebb18 (patch) | |
tree | b38a93397221b55e243501930b026182b42ae84f /options-table.c | |
parent | 8a214b2f8e57be9b55c091ebc707a05a176f3eaa (diff) | |
download | rtmux-b95e5827c1d2af3cc1fe1f9feda8edbc230ebb18.tar.gz rtmux-b95e5827c1d2af3cc1fe1f9feda8edbc230ebb18.tar.bz2 rtmux-b95e5827c1d2af3cc1fe1f9feda8edbc230ebb18.zip |
Store a copy of the old status line, will be needed soon for new choose mode.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/options-table.c b/options-table.c index 8af4d934..4d646f73 100644 --- a/options-table.c +++ b/options-table.c @@ -125,7 +125,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_ARRAY, .scope = OPTIONS_TABLE_SERVER, .default_str = "xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007" - ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007" + ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007" ":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT", .separator = "," }, @@ -485,7 +485,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_ARRAY, .scope = OPTIONS_TABLE_SESSION, .default_str = "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID " - "SSH_CONNECTION WINDOWID XAUTHORITY" + "SSH_CONNECTION WINDOWID XAUTHORITY" }, { .name = "visual-activity", @@ -540,7 +540,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_WINDOW, .default_str = "#{?pane_in_mode,[tmux],#{pane_current_command}}" - "#{?pane_dead,[dead],}" + "#{?pane_dead,[dead],}" }, { .name = "clock-mode-colour", @@ -698,7 +698,7 @@ const struct options_table_entry options_table[] = { .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_WINDOW, .default_str = "#{?pane_active,#[reverse],}#{pane_index}#[default] " - "\"#{pane_title}\"" + "\"#{pane_title}\"" }, { .name = "pane-border-status", |