[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.167 and 1.168

version 1.167, 2014/04/17 12:57:28 version 1.168, 2014/04/17 14:45:49
Line 548 
Line 548 
 }  }
   
 void  void
 tty_emulate_repeat(  tty_emulate_repeat(struct tty *tty, enum tty_code_code code,
     struct tty *tty, enum tty_code_code code, enum tty_code_code code1, u_int n)      enum tty_code_code code1, u_int n)
 {  {
         if (tty_term_has(tty->term, code))          if (tty_term_has(tty->term, code))
                 tty_putcode1(tty, code, n);                  tty_putcode1(tty, code, n);

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168