summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-22 09:47:15 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-22 09:47:15 +0800
commit447da5c6fbcf2ab072d915077da0a066300577bf (patch)
tree0c5732f1cd7cfacf316b39ea3a23b025bdf87e05 /mbbsd/edit.c
parent7bf81de5f0316b35c6437079cc226935f28323d5 (diff)
downloadpttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar.gz
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar.bz2
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar.lz
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar.xz
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.tar.zst
pttbbs-447da5c6fbcf2ab072d915077da0a066300577bf.zip
- code refine: use ANSI_REVERSE to replace ANSI_COLOR(7), more meaningful.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index d32b166c..b0c806ac 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2581,7 +2581,7 @@ display_textline_internal(textline_t *p, int i)
curr_buf->blockln <= tmp && tmp <= curr_buf->currln) ||
(curr_buf->currln <= tmp && tmp <= curr_buf->blockln)) )
{
- // outs(ANSI_COLOR(7)); // remove me when EOATTR is ready...
+ // outs(ANSI_REVERSE); // remove me when EOATTR is ready...
attr |= EOATTR_SELECTED;
}