summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.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/stuff.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/stuff.c')
-rw-r--r--mbbsd/stuff.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 4d5a1a8f..a0b6b47e 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -613,16 +613,16 @@ printdash(char *mesg)
tail = head;
while (head++ < 38)
- outch('-');
+ outc('-');
if (tail) {
- outch(' ');
+ outc(' ');
outs(mesg);
- outch(' ');
+ outc(' ');
}
while (tail++ < 38)
- outch('-');
- outch('\n');
+ outc('-');
+ outc('\n');
}
int