[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.57 and 1.58

version 1.57, 2021/04/12 09:36:12 version 1.58, 2021/08/14 08:06:37
Line 39 
Line 39 
         .name = "display-message",          .name = "display-message",
         .alias = "display",          .alias = "display",
   
         .args = { "acd:INpt:F:v", 0, 1 },          .args = { "ac:d:INpt:F:v", 0, 1 },
         .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.57  
changed lines
  Added in v.1.58