=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-command-prompt.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/tmux/cmd-command-prompt.c 2020/01/27 08:53:13 1.47 --- src/usr.bin/tmux/cmd-command-prompt.c 2020/04/13 08:26:27 1.48 *************** *** 1,4 **** ! /* $OpenBSD: cmd-command-prompt.c,v 1.47 2020/01/27 08:53:13 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-command-prompt.c,v 1.48 2020/04/13 08:26:27 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 64,70 **** static enum cmd_retval cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = self->args; const char *inputs, *prompts; struct cmd_command_prompt_cdata *cdata; struct client *c; --- 64,70 ---- static enum cmd_retval cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = cmd_get_args(self); const char *inputs, *prompts; struct cmd_command_prompt_cdata *cdata; struct client *c;