From ad23a17603f912b7a93f4840f163a7a8bda59bdb Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 11 Sep 2002 10:33:11 +0000 Subject: t_columns should not set as ANSILINELEN git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@521 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/screen.c') diff --git a/mbbsd/screen.c b/mbbsd/screen.c index adf05df7..eefdbbea 100644 --- a/mbbsd/screen.c +++ b/mbbsd/screen.c @@ -1,4 +1,4 @@ -/* $Id: screen.c,v 1.12 2002/09/11 09:59:02 kcwu Exp $ */ +/* $Id: screen.c,v 1.13 2002/09/11 10:33:11 kcwu Exp $ */ #include "bbs.h" #ifdef SUPPORT_GB @@ -26,7 +26,7 @@ initscr() { if (!big_picture) { scr_lns = t_lines; - scr_cols = t_columns = ANSILINELEN; + scr_cols = ANSILINELEN; /* scr_cols = MIN(t_columns, ANSILINELEN); */ big_picture = (screenline_t *) calloc(scr_lns, sizeof(screenline_t)); docls = YEA; -- cgit v1.2.3