summaryrefslogtreecommitdiffstats
path: root/cmd-pipe-pane.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-pipe-pane.c
parent9d58febc8f4243ed4a392e45f89de0455c032090 (diff)
parented971268be7cfd5a4a8223211401654b30a57cbd (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index 7a99d352..ec91dd32 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -45,7 +45,7 @@ const struct cmd_entry cmd_pipe_pane_entry = {
.tflag = CMD_PANE,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_pipe_pane_exec
};