diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-05 23:50:22 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-05 23:50:22 +0000 |
commit | 97c40b1f376cc79a2a48eac8fe10ae11deaeb828 (patch) | |
tree | ca60f10ecf846aac9702eb93a191cb8a86884155 /cmd-copy-mode.c | |
parent | 027f5310b49fd0a41669579d9e901b36998e61e2 (diff) | |
download | rtmux-97c40b1f376cc79a2a48eac8fe10ae11deaeb828.tar.gz rtmux-97c40b1f376cc79a2a48eac8fe10ae11deaeb828.tar.bz2 rtmux-97c40b1f376cc79a2a48eac8fe10ae11deaeb828.zip |
Sync OpenBSD patchset 596:
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 5930fc26..6a7666c6 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -1,4 +1,4 @@ -/* $Id: cmd-copy-mode.c,v 1.25 2009-11-14 17:56:39 tcunha Exp $ */ +/* $Id: cmd-copy-mode.c,v 1.26 2010-01-05 23:50:22 tcunha 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 |