mirror of
https://github.com/tmux/tmux.git
synced 2026-07-28 11:26:31 +00:00
Default command tree bits.
This commit is contained in:
@@ -763,6 +763,8 @@ cmd_parse_from_arguments(struct args_value *values, u_int count)
|
||||
case ARGS_COMMANDS:
|
||||
child = cmd_parse_new_commands_node(values[i].cmd, 0);
|
||||
break;
|
||||
default:
|
||||
fatalx("unknown argument type");
|
||||
}
|
||||
TAILQ_INSERT_TAIL(&cmd->children, child, entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user