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

Diff for /src/usr.bin/tmux/Attic/cmd-next-window.c between version 1.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/06/03 15:58:40
Line 29 
Line 29 
   
 const struct cmd_entry cmd_next_window_entry = {  const struct cmd_entry cmd_next_window_entry = {
         "next-window", "next",          "next-window", "next",
         CMD_TARGET_SESSION_USAGE,          "[-a] " CMD_TARGET_SESSION_USAGE,
         CMD_AFLAG,          CMD_AFLAG,
         cmd_next_window_init,          cmd_next_window_init,
         cmd_target_parse,          cmd_target_parse,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2