summaryrefslogtreecommitdiffstats
path: root/mbbsd/kaede.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/kaede.c')
-rw-r--r--mbbsd/kaede.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/kaede.c b/mbbsd/kaede.c
index f166eb73..42730c1f 100644
--- a/mbbsd/kaede.c
+++ b/mbbsd/kaede.c
@@ -49,9 +49,11 @@ Ptt_prints(char *str, int mode)
"%d", cuser.money);
break;
default:
+ /* It's saver not to send these undefined escape string.
strbuf[w++] = '\033';
strbuf[w++] = '*';
strbuf[w++] = str[r];
+ */
}
}
}