summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 990155cc..53e6dea3 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -2555,6 +2555,8 @@ vedit(char *fpath, int saveheader, int *islocal)
count = 0;
tin = interval;
}
+#ifndef DBCSAWARE_EDIT
+ /* this is almost useless! */
if (curr_buf->raw_mode) {
switch (ch) {
case Ctrl('S'):
@@ -2563,6 +2565,7 @@ vedit(char *fpath, int saveheader, int *islocal)
continue;
}
}
+#endif
if (phone_mode_filter(ch))
continue;