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

Diff for /src/usr.bin/tmux/cmd-select-pane.c between version 1.67 and 1.68

version 1.67, 2021/08/12 19:47:05 version 1.68, 2021/08/21 10:22:39
Line 33 
Line 33 
         .name = "select-pane",          .name = "select-pane",
         .alias = "selectp",          .alias = "selectp",
   
         .args = { "DdegLlMmP:RT:t:UZ", 0, 0 }, /* -P and -g deprecated */          .args = { "DdegLlMmP:RT:t:UZ", 0, 0, NULL }, /* -P and -g deprecated */
         .usage = "[-DdeLlMmRUZ] [-T title] " CMD_TARGET_PANE_USAGE,          .usage = "[-DdeLlMmRUZ] [-T title] " CMD_TARGET_PANE_USAGE,
   
         .target = { 't', CMD_FIND_PANE, 0 },          .target = { 't', CMD_FIND_PANE, 0 },
Line 46 
Line 46 
         .name = "last-pane",          .name = "last-pane",
         .alias = "lastp",          .alias = "lastp",
   
         .args = { "det:Z", 0, 0 },          .args = { "det:Z", 0, 0, NULL },
         .usage = "[-deZ] " CMD_TARGET_WINDOW_USAGE,          .usage = "[-deZ] " CMD_TARGET_WINDOW_USAGE,
   
         .target = { 't', CMD_FIND_WINDOW, 0 },          .target = { 't', CMD_FIND_WINDOW, 0 },

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68