[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.32 and 1.33

version 1.32, 2009/09/23 06:18:48 version 1.33, 2009/09/23 07:25:31
Line 131 
Line 131 
         struct termios   tio;          struct termios   tio;
         int              what;          int              what;
   
           if (tty->fd == -1)
                   return;
   
 #if 0  #if 0
         tty_detect_utf8(tty);          tty_detect_utf8(tty);
 #endif  #endif

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33