Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-04-27 19:16:08 +01:00
12 changed files with 170 additions and 110 deletions

2
tmux.c
View File

@ -391,7 +391,7 @@ main(int argc, char **argv)
cfg_quiet = 0;
break;
case 'V':
printf("%s %s\n", getprogname(), getversion());
printf("tmux %s\n", getversion());
exit(0);
case 'l':
flags |= CLIENT_LOGIN;