diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-14 01:30:15 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-14 01:30:15 +0000 |
commit | bc6137f9e4244c2fde4e37ef47faebb942dae5f0 (patch) | |
tree | e216b6bf0df95898f7e04f6d8b5c7109261d048b /cmd-clear-history.c | |
parent | 5caec3020d32596f3ecf3dea68639da18690992d (diff) | |
parent | a585a1b81a9122c2f7d7083304a4eb47d4e1c7ec (diff) | |
download | rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.tar.gz rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.tar.bz2 rtmux-bc6137f9e4244c2fde4e37ef47faebb942dae5f0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r-- | cmd-clear-history.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c index a8c2bfdc..1236e7f1 100644 --- a/cmd-clear-history.c +++ b/cmd-clear-history.c @@ -33,7 +33,9 @@ const struct cmd_entry cmd_clear_history_entry = { .args = { "t:", 0, 0 }, .usage = CMD_TARGET_PANE_USAGE, - .flags = CMD_PANE_T, + .tflag = CMD_PANE, + + .flags = 0, .exec = cmd_clear_history_exec }; |