mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 19:38:21 +00:00
Make struct cmd local to cmd.c and move it out of tmux.h.
This commit is contained in:
@@ -89,7 +89,7 @@ cmd_run_shell_print(struct job *job, const char *msg)
|
||||
static enum cmd_retval
|
||||
cmd_run_shell_exec(struct cmd *self, struct cmdq_item *item)
|
||||
{
|
||||
struct args *args = self->args;
|
||||
struct args *args = cmd_get_args(self);
|
||||
struct cmd_run_shell_data *cdata;
|
||||
struct client *c = cmd_find_client(item, NULL, 1);
|
||||
struct session *s = item->target.s;
|
||||
|
Reference in New Issue
Block a user