[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.90 and 1.91

version 1.90, 2010/09/11 16:19:22 version 1.91, 2010/09/11 16:20:58
Line 47 
Line 47 
             const struct grid_cell *, const struct grid_utf8 *);              const struct grid_cell *, const struct grid_utf8 *);
   
 #define tty_use_acs(tty) \  #define tty_use_acs(tty) \
         (tty_term_has(tty, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))          (tty_term_has(tty->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
   
 void  void
 tty_init(struct tty *tty, int fd, char *term)  tty_init(struct tty *tty, int fd, char *term)

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91