=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-new-session.c,v retrieving revision 1.144 retrieving revision 1.145 diff -c -r1.144 -r1.145 *** src/usr.bin/tmux/cmd-new-session.c 2021/08/27 17:25:55 1.144 --- src/usr.bin/tmux/cmd-new-session.c 2022/06/20 07:59:37 1.145 *************** *** 1,4 **** ! /* $OpenBSD: cmd-new-session.c,v 1.144 2021/08/27 17:25:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-new-session.c,v 1.145 2022/06/20 07:59:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 335,341 **** /* * If there are still configuration file errors to display, put the new ! * session's current window into more mode and display them now. */ if (cfg_finished) cfg_show_causes(s); --- 335,341 ---- /* * If there are still configuration file errors to display, put the new ! * session's current window into view mode and display them now. */ if (cfg_finished) cfg_show_causes(s);