Add a copy-mode -H flag to hide the position marker in the top right.

This commit is contained in:
nicm
2020-03-12 13:19:20 +00:00
parent f7bc753442
commit 7863445e5d
3 changed files with 9 additions and 4 deletions

View File

@ -30,8 +30,8 @@ const struct cmd_entry cmd_copy_mode_entry = {
.name = "copy-mode",
.alias = NULL,
.args = { "Met:u", 0, 0 },
.usage = "[-Mu] " CMD_TARGET_PANE_USAGE,
.args = { "eHMt:u", 0, 0 },
.usage = "[-eHMu] " CMD_TARGET_PANE_USAGE,
.target = { 't', CMD_FIND_PANE, 0 },