aboutsummaryrefslogtreecommitdiff
path: root/cmd-show-options.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-01-31 12:52:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-01-31 12:52:50 +0000
commit9b9a5a292d656f14c927a36bf77af4a4cf1ecb3a (patch)
tree11c1c9ad419ed1dc8bb7d3b67fe01c4befff1c1c /cmd-show-options.c
parentc54a5d9fb3d282354e831b75fe0ad75035cb08b9 (diff)
parentd8da761d54ed0d2b449e412511496e67ce8d33ac (diff)
downloadrtmux-9b9a5a292d656f14c927a36bf77af4a4cf1ecb3a.tar.gz
rtmux-9b9a5a292d656f14c927a36bf77af4a4cf1ecb3a.tar.bz2
rtmux-9b9a5a292d656f14c927a36bf77af4a4cf1ecb3a.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r--cmd-show-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c
index e6347d68..f1adcc93 100644
--- a/cmd-show-options.c
+++ b/cmd-show-options.c
@@ -109,7 +109,7 @@ cmd_show_options_print(struct cmd *self, struct cmdq_item *item,
name = options_name(o);
}
- value = options_tostring(o, idx);
+ value = options_tostring(o, idx, 0);
if (args_has(self->args, 'v'))
cmdq_print(item, "%s", value);
else if (options_isstring(o)) {