[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.321 and 1.322

version 1.321, 2012/03/15 10:36:00 version 1.322, 2012/03/17 21:27:51
Line 1444 
Line 1444 
 void    environ_push(struct environ *);  void    environ_push(struct environ *);
   
 /* tty.c */  /* tty.c */
   void    tty_init_termios(int, struct termios *, struct bufferevent *);
 void    tty_raw(struct tty *, const char *);  void    tty_raw(struct tty *, const char *);
 void    tty_attributes(struct tty *, const struct grid_cell *);  void    tty_attributes(struct tty *, const struct grid_cell *);
 void    tty_reset(struct tty *);  void    tty_reset(struct tty *);

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.322