diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-08-31 09:18:50 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-08-31 09:18:50 +0000 |
commit | 1c608031b596f6e92e575a16a7acd56fb3b78f70 (patch) | |
tree | b91c8d61110743470c9af825f94b91ddda53ae70 /cmd-choose-buffer.c | |
parent | d50f157f7e9c1b61cada6f1b29dd5465be0b153e (diff) | |
download | rtmux-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-choose-buffer.c')
-rw-r--r-- | cmd-choose-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-choose-buffer.c b/cmd-choose-buffer.c index 446edfeb..50505ea1 100644 --- a/cmd-choose-buffer.c +++ b/cmd-choose-buffer.c @@ -59,7 +59,7 @@ cmd_choose_buffer_exec(struct cmd *self, struct cmd_ctx *ctx) } if ((template = args_get(args, 'F')) == NULL) - template = DEFAULT_BUFFER_LIST_TEMPLATE; + template = CHOOSE_BUFFER_TEMPLATE; if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL) return (CMD_RETURN_ERROR); |