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

Diff for /src/usr.bin/tmux/cmd-swap-window.c between version 1.7 and 1.8

version 1.7, 2012/07/11 07:10:15 version 1.8, 2012/10/15 21:53:30
Line 26 
Line 26 
  * Swap one window with another.   * Swap one window with another.
  */   */
   
 int     cmd_swap_window_exec(struct cmd *, struct cmd_ctx *);  enum cmd_retval cmd_swap_window_exec(struct cmd *, struct cmd_ctx *);
   
 const struct cmd_entry cmd_swap_window_entry = {  const struct cmd_entry cmd_swap_window_entry = {
         "swap-window", "swapw",          "swap-window", "swapw",

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8