diff options
-rw-r--r-- | mbbsd/mbbsd.c | 5 |
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); |