summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index c89a86c7..a9c16f48 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1748,6 +1748,11 @@ main(int argc, char *argv[], char *envp[])
do_term_init(option->term_mode,
option->term_width, option->term_height);
+
+ move(b_lines-1, 0);
+ outs("µn¤J¤¤¡A½Ðµy­Ô...");
+ doupdate();
+
start_client(option);
free_program_option(option);