summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/mbbsd.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index a9c16f48..f152b193 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1749,9 +1749,12 @@ 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("登入中,請稍候...");
- doupdate();
+ if (option->tunnel_mode)
+ {
+ move(b_lines-1, 0);
+ outs("登入中,請稍候...");
+ doupdate();
+ }
start_client(option);
free_program_option(option);