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

Diff for /src/usr.bin/tmux/cmd-display-menu.c between version 1.28 and 1.29

version 1.28, 2021/08/20 19:50:16 version 1.29, 2021/08/21 10:22:38
Line 37 
Line 37 
         .name = "display-menu",          .name = "display-menu",
         .alias = "menu",          .alias = "menu",
   
         .args = { "c:t:OT:x:y:", 1, -1 },          .args = { "c:t:OT:x:y:", 1, -1, NULL },
         .usage = "[-O] [-c target-client] " CMD_TARGET_PANE_USAGE " [-T title] "          .usage = "[-O] [-c target-client] " CMD_TARGET_PANE_USAGE " [-T title] "
                  "[-x position] [-y position] name key command ...",                   "[-x position] [-y position] name key command ...",
   
Line 51 
Line 51 
         .name = "display-popup",          .name = "display-popup",
         .alias = "popup",          .alias = "popup",
   
         .args = { "BCc:d:Eh:t:w:x:y:", 0, -1 },          .args = { "BCc:d:Eh:t:w:x:y:", 0, -1, NULL },
         .usage = "[-BCE] [-c target-client] [-d start-directory] [-h height] "          .usage = "[-BCE] [-c target-client] [-d start-directory] [-h height] "
                  CMD_TARGET_PANE_USAGE " [-w width] "                   CMD_TARGET_PANE_USAGE " [-w width] "
                  "[-x position] [-y position] [command]",                   "[-x position] [-y position] [command]",

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29