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

Diff for /src/usr.bin/tmux/tty.c between version 1.31 and 1.32

version 1.31, 2009/09/23 06:12:58 version 1.32, 2009/09/23 06:18:48
Line 29 
Line 29 
   
 void    tty_fill_acs(struct tty *);  void    tty_fill_acs(struct tty *);
   
 void    tty_raw(struct tty *, const char *);  
   
 int     tty_try_256(struct tty *, u_char, const char *);  int     tty_try_256(struct tty *, u_char, const char *);
 int     tty_try_88(struct tty *, u_char, const char *);  int     tty_try_88(struct tty *, u_char, const char *);
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32