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

Diff for /src/usr.bin/tmux/cmd-list-panes.c between version 1.15 and 1.16

version 1.15, 2012/07/11 07:10:15 version 1.16, 2012/12/09 23:17:35
Line 38 
Line 38 
 const struct cmd_entry cmd_list_panes_entry = {  const struct cmd_entry cmd_list_panes_entry = {
         "list-panes", "lsp",          "list-panes", "lsp",
         "asF:t:", 0, 0,          "asF:t:", 0, 0,
         "[-as] [-F format] [-t target]",          "[-as] [-F format] " CMD_TARGET_WINDOW_USAGE,
         0,          0,
         NULL,          NULL,
         NULL,          NULL,

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16