diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-25 03:43:07 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-25 03:43:07 +0800 |
commit | 66ef2c085317e18a704cfbe7e98f2b448ca58e16 (patch) | |
tree | 7c7689bb97f1f4528b402939a84e0876611dfe7f /mbbsd/mbbsd.c | |
parent | 09e684d5aecd13df3c8b226306ca41c10c27f242 (diff) | |
download | pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar.gz pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar.bz2 pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar.lz pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar.xz pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.tar.zst pttbbs-66ef2c085317e18a704cfbe7e98f2b448ca58e16.zip |
turn on full screen support if shell login.
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@492 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 0f224366..fb4917c1 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.51 2002/08/24 14:08:30 in2 Exp $ */ +/* $Id: mbbsd.c,v 1.52 2002/08/24 19:43:07 kcwu Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -914,6 +914,8 @@ do_term_init() { term_init(); initscr(); + if(use_shell_login_mode) + raise(SIGWINCH); } static void |