diff options
author | 2010-01-02 22:50:02 +0000 | |
---|---|---|
committer | 2010-01-02 22:50:02 +0000 | |
commit | 284a3cef93a61c8256486f3362fe555d4f68b874 (patch) | |
tree | 41bd4a60f504e1e181dc2f7e6b05076d9032d044 /usr.bin/tmux/cmd-copy-mode.c | |
parent | sort SEE ALSO; (diff) | |
download | wireguard-openbsd-284a3cef93a61c8256486f3362fe555d4f68b874.tar.xz wireguard-openbsd-284a3cef93a61c8256486f3362fe555d4f68b874.zip |
Use the target print function for copy-mode, spotted by Tiago Cunha.
Diffstat (limited to 'usr.bin/tmux/cmd-copy-mode.c')
-rw-r--r-- | usr.bin/tmux/cmd-copy-mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-copy-mode.c b/usr.bin/tmux/cmd-copy-mode.c index 559a11a2085..b6a53386d1f 100644 --- a/usr.bin/tmux/cmd-copy-mode.c +++ b/usr.bin/tmux/cmd-copy-mode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-copy-mode.c,v 1.8 2009/11/13 19:53:29 nicm Exp $ */ +/* $OpenBSD: cmd-copy-mode.c,v 1.9 2010/01/02 22:50:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = { cmd_target_parse, cmd_copy_mode_exec, cmd_target_free, - NULL + cmd_target_print }; void |