summaryrefslogtreecommitdiffstats
path: root/cmd-paste-buffer.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-14 01:30:15 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-14 01:30:15 +0000
commitbc6137f9e4244c2fde4e37ef47faebb942dae5f0 (patch)
treee216b6bf0df95898f7e04f6d8b5c7109261d048b /cmd-paste-buffer.c
parent5caec3020d32596f3ecf3dea68639da18690992d (diff)
parenta585a1b81a9122c2f7d7083304a4eb47d4e1c7ec (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r--cmd-paste-buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c
index 182fed5a..6bfd753e 100644
--- a/cmd-paste-buffer.c
+++ b/cmd-paste-buffer.c
@@ -40,7 +40,9 @@ const struct cmd_entry cmd_paste_buffer_entry = {
.usage = "[-dpr] [-s separator] " CMD_BUFFER_USAGE " "
CMD_TARGET_PANE_USAGE,
- .flags = CMD_PANE_T,
+ .tflag = CMD_PANE,
+
+ .flags = 0,
.exec = cmd_paste_buffer_exec
};