aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-buffers.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-08-31 09:18:50 +0000
committerTiago Cunha <tcunha@gmx.com>2012-08-31 09:18:50 +0000
commit1c608031b596f6e92e575a16a7acd56fb3b78f70 (patch)
treeb91c8d61110743470c9af825f94b91ddda53ae70 /cmd-list-buffers.c
parentd50f157f7e9c1b61cada6f1b29dd5465be0b153e (diff)
downloadrtmux-1c608031b596f6e92e575a16a7acd56fb3b78f70.tar.gz
rtmux-1c608031b596f6e92e575a16a7acd56fb3b78f70.tar.bz2
rtmux-1c608031b596f6e92e575a16a7acd56fb3b78f70.zip
Sync OpenBSD patchset 1162:
Use a separate define for each default format template and strip clutter from the choose-tree defaults.
Diffstat (limited to 'cmd-list-buffers.c')
-rw-r--r--cmd-list-buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-buffers.c b/cmd-list-buffers.c
index d0a66ff9..f0d17877 100644
--- a/cmd-list-buffers.c
+++ b/cmd-list-buffers.c
@@ -51,7 +51,7 @@ cmd_list_buffers_exec(unused struct cmd *self, struct cmd_ctx *ctx)
const char *template;
if ((template = args_get(args, 'F')) == NULL)
- template = DEFAULT_BUFFER_LIST_TEMPLATE;
+ template = LIST_BUFFERS_TEMPLATE;
idx = 0;
while ((pb = paste_walk_stack(&global_buffers, &idx)) != NULL) {