summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/edit.c4
-rw-r--r--mbbsd/user.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index ea8b1f87..da65ca5b 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2092,7 +2092,9 @@ display_textline_internal(textline_t *p, int i, int min, int max)
newpnt = fix_cursor(p->data, newpnt, FC_LEFT);
if(newpnt == curr_buf->edit_margin-1)
{
- (*output)(ANSI_COLOR(1) "<" ANSI_RESET);
+ /* this should be always 'outs'? */
+ // (*output)(ANSI_COLOR(1) "<" ANSI_RESET);
+ outs(ANSI_COLOR(1) "<" ANSI_RESET);
pdata++;
}
(*output)(pdata);
diff --git a/mbbsd/user.c b/mbbsd/user.c
index c6f1c7e5..2a84d5f5 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -283,7 +283,9 @@ void Customize(void)
static const char* desc1[] = {
"動態看板",
+#ifdef DBCSAWARE
"自動偵測雙位元字集(如全型中文)",
+#endif
0,
};