diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-01-02 18:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-01-02 18:01:12 +0000 |
commit | ea9873e60e1161b6e2b720cc04706a4b35f48763 (patch) | |
tree | 08f2a70392e289e6e7c694ac7410380a15b401be | |
parent | 051cf5437acecf83f27d76c5c12d514ff9d6c283 (diff) | |
parent | cfb78654c2b9a9f0c2f90c22228563d5385c510c (diff) | |
download | rtmux-ea9873e60e1161b6e2b720cc04706a4b35f48763.tar.gz rtmux-ea9873e60e1161b6e2b720cc04706a4b35f48763.tar.bz2 rtmux-ea9873e60e1161b6e2b720cc04706a4b35f48763.zip |
Merge branch 'obsd-master'
-rw-r--r-- | cmd-copy-mode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 1a006ebb..49f5b30c 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -46,6 +46,8 @@ const struct cmd_entry cmd_clock_mode_entry = { .args = { "t:", 0, 0 }, .usage = CMD_TARGET_PANE_USAGE, + .tflag = CMD_PANE, + .flags = 0, .exec = cmd_copy_mode_exec }; |