summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-12 01:18:06 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-12 01:18:06 +0800
commit70cf9252dde3bce8bf18d7edf2fbb9e5083c592a (patch)
tree8649ecae5610778d011c779312921f209c43eec2 /mbbsd/user.c
parent06339dd4de0682da69813f9dfaa10a7fd46f7fd4 (diff)
downloadpttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar.gz
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar.bz2
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar.lz
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar.xz
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.tar.zst
pttbbs-70cf9252dde3bce8bf18d7edf2fbb9e5083c592a.zip
merge back from victor.screen branch
remove showansi option git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2060 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 19cc6d90..12fe24e4 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -700,15 +700,6 @@ u_info()
}
int
-u_ansi()
-{
- showansi ^= 1;
- cuser.uflag ^= COLOR_FLAG;
- outs(reset_color);
- return 0;
-}
-
-int
u_cloak()
{
outs((currutmp->invisible ^= 1) ? MSG_CLOAKED : MSG_UNCLOAK);