mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-22 02:21:25 +02:00
Missed a couple of cmd_entry struct members from previous.
This commit is contained in:
parent
45dfc5a074
commit
7afe417a60
@ -35,7 +35,6 @@ const struct cmd_entry cmd_respawn_pane_entry = {
|
|||||||
"kt:", 0, -1,
|
"kt:", 0, -1,
|
||||||
"[-k] " CMD_TARGET_PANE_USAGE " [command]",
|
"[-k] " CMD_TARGET_PANE_USAGE " [command]",
|
||||||
0,
|
0,
|
||||||
NULL,
|
|
||||||
cmd_respawn_pane_exec
|
cmd_respawn_pane_exec
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ const struct cmd_entry cmd_select_layout_entry = {
|
|||||||
"select-layout", "selectl",
|
"select-layout", "selectl",
|
||||||
"npt:", 0, 1,
|
"npt:", 0, 1,
|
||||||
"[-np] " CMD_TARGET_WINDOW_USAGE " [layout-name]",
|
"[-np] " CMD_TARGET_WINDOW_USAGE " [layout-name]",
|
||||||
|
0,
|
||||||
cmd_select_layout_exec
|
cmd_select_layout_exec
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user