[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.122 and 1.123

version 1.122, 2012/03/17 17:36:03 version 1.123, 2012/03/17 18:24:07
Line 279 
Line 279 
                 tty->log_fd = -1;                  tty->log_fd = -1;
         }          }
   
         evtimer_del(&tty->key_timer);          if (event_initialized(&tty->key_timer))
                   evtimer_del(&tty->key_timer);
         tty_stop_tty(tty);          tty_stop_tty(tty);
   
         if (tty->flags & TTY_OPENED) {          if (tty->flags & TTY_OPENED) {

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123