mirror of
https://github.com/tmux/tmux.git
synced 2026-03-06 07:45:35 +00:00
Allow copy mode to work for readonly clients, except for copy commands,
from Dane Jensen.
This commit is contained in:
@@ -36,7 +36,7 @@ const struct cmd_entry cmd_copy_mode_entry = {
|
||||
.source = { 's', CMD_FIND_PANE, 0 },
|
||||
.target = { 't', CMD_FIND_PANE, 0 },
|
||||
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.flags = CMD_AFTERHOOK|CMD_READONLY,
|
||||
.exec = cmd_copy_mode_exec
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user