summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 11:34:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 11:34:32 +0800
commitfe49c3a76b174403c43cca4420ff450dab47c293 (patch)
tree28c7dec689fada9b48803bf6d19846f2b02280ff /mbbsd/bbs.c
parente52b78c90c2dd62fdae8a8c538d6fa7f4eb259c1 (diff)
downloadpttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar.gz
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar.bz2
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar.lz
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar.xz
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.tar.zst
pttbbs-fe49c3a76b174403c43cca4420ff450dab47c293.zip
* fix getyx_ansi calculation (however, getdata/vgets is still not able to display ANSI code in prompt string correctly with ordinal screen.c)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4804 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 528e61b4..92ff4cd5 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3254,6 +3254,8 @@ view_postinfo(int ent, const fileheader_t * fhdr, const char *direct, int crs_ln
outc(' '); outs(ANSI_CLRTOEND);
move(area_l, 0);
+ // TODO XXX support wide terminal someday.
+
prints("¢z¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢w¢{\n");
aidu = fn2aidu((char *)fhdr->filename);