summaryrefslogtreecommitdiffstats
path: root/cmd-copy-mode.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-02 22:50:02 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-02 22:50:02 +0000
commit121ba57b55adc9aff5b131cfac310ac41c0491ba (patch)
tree728ec80a951d6ce06c240ea086e5ef45dc78da94 /cmd-copy-mode.c
parent9ee979167a433fe8a0fb76735cd220a37ee994f2 (diff)
Use the target print function for copy-mode, spotted by Tiago Cunha.
Diffstat (limited to 'cmd-copy-mode.c')
-rw-r--r--cmd-copy-mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c
index 48cdd656..ed95105a 100644
--- a/cmd-copy-mode.c
+++ b/cmd-copy-mode.c
@@ -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