[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.130 and 1.131

version 1.130, 2012/05/05 18:17:59 version 1.131, 2012/05/05 18:31:09
Line 55 
Line 55 
             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->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))          (tty_term_has((tty)->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
 #define tty_use_rect(tty) \  #define tty_use_rect(tty) \
         (tty->xterm_version > 270)          ((tty)->xterm_version > 270)
   
 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.130  
changed lines
  Added in v.1.131