diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-30 00:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-30 00:01:14 +0100 |
commit | 0d073907b59b93532f202275a95bd5064341fa01 (patch) | |
tree | 155c9464115bfb27e260a49061fe71944203198d /options-table.c | |
parent | 5ee6dc21201323fd1954c618311b233af8273543 (diff) | |
parent | 64552ae304109c00a47e4f62875f6e1ce707e099 (diff) | |
download | rtmux-0d073907b59b93532f202275a95bd5064341fa01.tar.gz rtmux-0d073907b59b93532f202275a95bd5064341fa01.tar.bz2 rtmux-0d073907b59b93532f202275a95bd5064341fa01.zip |
Merge branch 'obsd-master'
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 403509ba..51000a73 100644 --- a/options-table.c +++ b/options-table.c @@ -124,7 +124,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 = "," }, @@ -484,7 +484,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", @@ -539,7 +539,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", @@ -697,7 +697,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", |