From 09e684d5aecd13df3c8b226306ca41c10c27f242 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 24 Aug 2002 19:15:24 +0000 Subject: let scr_lns = t_lines; git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@491 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mbbsd/term.c b/mbbsd/term.c index 9694add2..d329e8ba 100644 --- a/mbbsd/term.c +++ b/mbbsd/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.6 2002/07/22 19:02:00 in2 Exp $ */ +/* $Id: term.c,v 1.7 2002/08/24 19:15:24 kcwu Exp $ */ #include "bbs.h" int tgetent(const char *bp, char *name); @@ -71,6 +71,7 @@ term_resize(int sig) big_picture = new_picture; } t_lines = newsize.ws_row; + scr_lns = t_lines; b_lines = t_lines - 1; p_lines = t_lines - 4; -- cgit v1.2.3