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

Diff for /src/usr.bin/tmux/cmd-refresh-client.c between version 1.42 and 1.43

version 1.42, 2021/08/20 19:50:16 version 1.43, 2021/08/21 10:22:39
Line 34 
Line 34 
         .name = "refresh-client",          .name = "refresh-client",
         .alias = "refresh",          .alias = "refresh",
   
         .args = { "A:B:cC:Df:F:lLRSt:U", 0, 1 },          .args = { "A:B:cC:Df:F:lLRSt:U", 0, 1, NULL },
         .usage = "[-cDlLRSU] [-A pane:state] [-B name:what:format] "          .usage = "[-cDlLRSU] [-A pane:state] [-B name:what:format] "
                  "[-C XxY] [-f flags] " CMD_TARGET_CLIENT_USAGE " [adjustment]",                   "[-C XxY] [-f flags] " CMD_TARGET_CLIENT_USAGE " [adjustment]",
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43