Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-09-14 14:01:09 +01:00
7 changed files with 60 additions and 15 deletions

1
tmux.c
View File

@ -201,6 +201,7 @@ main(int argc, char **argv)
#endif
setlocale(LC_TIME, "");
tzset();
if (**argv == '-')
flags = CLIENT_LOGIN;