summaryrefslogtreecommitdiffstats
path: root/cmd-paste-buffer.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-15 00:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-15 00:01:10 +0100
commit3d2686a236b4ffee762ada8ebb493d8db91f7375 (patch)
treed2db6c314110ada7cc896449de18f02c2d1ddb01 /cmd-paste-buffer.c
parent9d58febc8f4243ed4a392e45f89de0455c032090 (diff)
parented971268be7cfd5a4a8223211401654b30a57cbd (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-paste-buffer.c')
-rw-r--r--cmd-paste-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c
index 9bb2af5f..611ca541 100644
--- a/cmd-paste-buffer.c
+++ b/cmd-paste-buffer.c
@@ -39,7 +39,7 @@ const struct cmd_entry cmd_paste_buffer_entry = {
.tflag = CMD_PANE,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_paste_buffer_exec
};