summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 183bc16f..2bcf9538 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1235,7 +1235,12 @@ do_generalboardreply(/*const*/ fileheader_t * fhdr)
if (!CheckPostRestriction(currbid))
{
- getdata(b_lines - 1, 0, ANSI_COLOR(1;31) "▲ 無法回應至看板。 " ANSI_RESET
+ getdata(b_lines - 1, 0,
+#ifdef USE_PFTERM
+ ANSI_COLOR(1;31) "▲ 無法回應至看板。 " ANSI_RESET
+#else
+ "▲ 無法回應至看板。 "
+#endif
"改回應至 (M)作者信箱 (Q)取消?[Q] ",
genbuf, sizeof(genbuf), LCECHO);
switch (genbuf[0]) {
@@ -3212,6 +3217,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("┌─────────────────────────────────────┐\n");
aidu = fn2aidu((char *)fhdr->filename);