mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Use the target print function for copy-mode, spotted by Tiago Cunha.
This commit is contained in:
parent
9ee979167a
commit
121ba57b55
@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = {
|
|||||||
cmd_target_parse,
|
cmd_target_parse,
|
||||||
cmd_copy_mode_exec,
|
cmd_copy_mode_exec,
|
||||||
cmd_target_free,
|
cmd_target_free,
|
||||||
NULL
|
cmd_target_print
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user