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

Diff for /src/usr.bin/tmux/cmd-display-message.c between version 1.59 and 1.60

version 1.59, 2021/08/20 19:50:16 version 1.60, 2021/08/21 10:22:39
Line 39 
Line 39 
         .name = "display-message",          .name = "display-message",
         .alias = "display",          .alias = "display",
   
         .args = { "ac:d:INpt:F:v", 0, 1 },          .args = { "ac:d:INpt:F:v", 0, 1, NULL },
         .usage = "[-aINpv] [-c target-client] [-d delay] [-F format] "          .usage = "[-aINpv] [-c target-client] [-d delay] [-F format] "
                  CMD_TARGET_PANE_USAGE " [message]",                   CMD_TARGET_PANE_USAGE " [message]",
   

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