[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.49 and 1.50

version 1.49, 2009/07/22 20:53:38 version 1.50, 2009/07/22 20:56:58
Line 791 
Line 791 
         u_int            orupper;          u_int            orupper;
         u_int            orlower;          u_int            orlower;
 };  };
 typedef void tty_cmd_func(struct tty *, struct tty_ctx *);  
   
 /* Client connection. */  /* Client connection. */
 struct client {  struct client {
Line 1076 
Line 1075 
 void    tty_keys_init(struct tty *);  void    tty_keys_init(struct tty *);
 void    tty_keys_free(struct tty *);  void    tty_keys_free(struct tty *);
 int     tty_keys_next(struct tty *, int *, u_char *);  int     tty_keys_next(struct tty *, int *, u_char *);
   
 /* tty-write.c */  
 void    tty_write(tty_cmd_func *, struct tty_ctx *);  
   
 /* options-cmd.c */  /* options-cmd.c */
 void    set_option_string(struct cmd_ctx *,  void    set_option_string(struct cmd_ctx *,

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50