diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-06-20 12:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-06-20 12:01:09 +0100 |
commit | d46870ede5e79c748cf8d06a00cdcc7310846844 (patch) | |
tree | 9c6587a57012841885ffe3c1756495530e221cfa /cmd-new-session.c | |
parent | 8ff3091d1677159150dee3791cd244029b9f47d3 (diff) | |
parent | a888ce9963053c790c6ee9bf64cc53d95f0f9c09 (diff) | |
download | rtmux-d46870ede5e79c748cf8d06a00cdcc7310846844.tar.gz rtmux-d46870ede5e79c748cf8d06a00cdcc7310846844.tar.bz2 rtmux-d46870ede5e79c748cf8d06a00cdcc7310846844.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-new-session.c')
-rw-r--r-- | cmd-new-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-new-session.c b/cmd-new-session.c index cb9abfb3..b946f049 100644 --- a/cmd-new-session.c +++ b/cmd-new-session.c @@ -335,7 +335,7 @@ cmd_new_session_exec(struct cmd *self, struct cmdq_item *item) /* * If there are still configuration file errors to display, put the new - * session's current window into more mode and display them now. + * session's current window into view mode and display them now. */ if (cfg_finished) cfg_show_causes(s); |