[BACK]Return to cmd-command-prompt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-command-prompt.c between version 1.64 and 1.65

version 1.64, 2021/09/22 15:21:44 version 1.65, 2022/05/30 12:55:25
Line 112 
Line 112 
                 }                  }
                 next_prompt = prompts;                  next_prompt = prompts;
         } else          } else
                 next_prompt = prompts = xstrdup (s);                  next_prompt = prompts = xstrdup(s);
         if ((s = args_get(args, 'I')) != NULL)          if ((s = args_get(args, 'I')) != NULL)
                 next_input = inputs = xstrdup(s);                  next_input = inputs = xstrdup(s);
         else          else

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65