mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Missed a couple of cmd_entry struct members from previous.
This commit is contained in:
@ -30,6 +30,7 @@ const struct cmd_entry cmd_select_layout_entry = {
|
||||
"select-layout", "selectl",
|
||||
"npt:", 0, 1,
|
||||
"[-np] " CMD_TARGET_WINDOW_USAGE " [layout-name]",
|
||||
0,
|
||||
cmd_select_layout_exec
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user