summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 65934228..e1a1fa74 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1265,7 +1265,6 @@ do_quote(void)
if (op != 'a') /* ¥h±¼ header */
while (fgets(buf, 256, inf) && buf[0] != '\n');
-
if (op == 'a')
while (fgets(buf, 256, inf)) {
insert_char(':');
@@ -1275,7 +1274,8 @@ do_quote(void)
}
else if (op == 'r')
while (fgets(buf, 256, inf)) {
- quote_strip_ansi_inline(buf);
+ /* repost, keep anything */
+ // quote_strip_ansi_inline(buf);
insert_string(buf);
}
else {