[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.144 and 1.145

version 1.144, 2012/11/22 14:26:04 version 1.145, 2012/11/22 14:41:11
Line 240 
Line 240 
 }  }
   
 void  void
   tty_set_class(struct tty *tty, u_int class)
   {
           if (tty->class != 0)
                   return;
           tty->class = class;
   }
   
   void
 tty_stop_tty(struct tty *tty)  tty_stop_tty(struct tty *tty)
 {  {
         struct winsize  ws;          struct winsize  ws;

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145