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

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

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/06/25 06:00:45
Line 27 
Line 27 
  * Set a window option.   * Set a window option.
  */   */
   
 int     cmd_set_window_option_parse(struct cmd *, int, char **, char **);  
 int     cmd_set_window_option_exec(struct cmd *, struct cmd_ctx *);  int     cmd_set_window_option_exec(struct cmd *, struct cmd_ctx *);
 void    cmd_set_window_option_send(struct cmd *, struct buffer *);  
 void    cmd_set_window_option_recv(struct cmd *, struct buffer *);  
 void    cmd_set_window_option_free(struct cmd *);  
 size_t  cmd_set_window_option_print(struct cmd *, char *, size_t);  
   
 const struct cmd_entry cmd_set_window_option_entry = {  const struct cmd_entry cmd_set_window_option_entry = {
         "set-window-option", "setw",          "set-window-option", "setw",

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