[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.58 and 1.59

version 1.58, 2021/08/20 19:50:16 version 1.59, 2021/08/21 10:22:38
Line 40 
Line 40 
         .name = "command-prompt",          .name = "command-prompt",
         .alias = NULL,          .alias = NULL,
   
         .args = { "1bFkiI:Np:t:T:", 0, 1 },          .args = { "1bFkiI:Np:t:T:", 0, 1, NULL },
         .usage = "[-1bFkiN] [-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE          .usage = "[-1bFkiN] [-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE
                  " [-T type] [template]",                   " [-T type] [template]",
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59