summaryrefslogtreecommitdiffstats
path: root/pttbbs
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-11 17:59:02 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-09-11 17:59:02 +0800
commit24a96dbad6b3de642584473972165b314985251d (patch)
treeb6c0c681bcd5129567ba221340d063f973971e01 /pttbbs
parent56c589b8418d5197641ae4c0a83608b63aa0101f (diff)
downloadpttbbs-24a96dbad6b3de642584473972165b314985251d.tar
pttbbs-24a96dbad6b3de642584473972165b314985251d.tar.gz
pttbbs-24a96dbad6b3de642584473972165b314985251d.tar.bz2
pttbbs-24a96dbad6b3de642584473972165b314985251d.tar.lz
pttbbs-24a96dbad6b3de642584473972165b314985251d.tar.xz
pttbbs-24a96dbad6b3de642584473972165b314985251d.tar.zst
pttbbs-24a96dbad6b3de642584473972165b314985251d.zip
add TODO comment
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@520 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttbbs')
-rw-r--r--pttbbs/mbbsd/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/screen.c b/pttbbs/mbbsd/screen.c
index 76e1a6de..adf05df7 100644
--- a/pttbbs/mbbsd/screen.c
+++ b/pttbbs/mbbsd/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.11 2002/09/11 09:47:32 kcwu Exp $ */
+/* $Id: screen.c,v 1.12 2002/09/11 09:59:02 kcwu Exp $ */
#include "bbs.h"
#ifdef SUPPORT_GB
@@ -140,6 +140,7 @@ redoscr()
void
refresh()
{
+ /* TODO remove unnecessary refresh() call, to save CPU time */
register screenline_t *bp = big_picture;
register int i, j, len;
if (num_in_buf())