[BACK]Return to tmux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.c between version 1.164 and 1.165

version 1.164, 2016/01/19 15:59:12 version 1.165, 2016/03/01 12:02:08
Line 188 
Line 188 
         const char      *s;          const char      *s;
         int              opt, flags, keys;          int              opt, flags, keys;
   
   
           setlocale(LC_CTYPE, "en_US.UTF-8");
         setlocale(LC_TIME, "");          setlocale(LC_TIME, "");
   
         tzset();          tzset();
   
         if (**argv == '-')          if (**argv == '-')

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165