summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-11 11:22:50 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-11 11:22:50 +0800
commitf190a09af728c61ad2118cf908c6d831e8a594cf (patch)
treeda785613b2cd19fcfc2653756f0c26e6ee8a8d15 /mbbsd/screen.c
parent180efb41330e92d1eb5f44cbb3a7a8e5e48967b3 (diff)
downloadpttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar.gz
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar.bz2
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar.lz
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar.xz
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.tar.zst
pttbbs-f190a09af728c61ad2118cf908c6d831e8a594cf.zip
fix screen rotate bug when returning from Ctrl-U
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@517 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index a7f4526c..0dc36811 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.8 2002/07/22 19:02:00 in2 Exp $ */
+/* $Id: screen.c,v 1.9 2002/09/11 03:22:50 kcwu Exp $ */
#include "bbs.h"
#ifdef SUPPORT_GB
@@ -15,7 +15,6 @@ static int gbinited = 0;
static unsigned char cur_ln = 0, cur_col = 0;
static unsigned char docls, downfrom = 0;
static unsigned char standing = NA;
-static char roll = 0;
static int scrollcnt, tc_col, tc_line;
#define MODIFIED (1) /* if line has been modifed, screen output */