[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.147 and 1.148

version 1.147, 2013/01/18 02:16:21 version 1.148, 2013/03/21 16:50:22
Line 156 
Line 156 
   
         tty_start_tty(tty);          tty_start_tty(tty);
   
         tty_keys_init(tty);          tty_keys_build(tty);
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148