summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index 317effac..0ea53e19 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -148,6 +148,12 @@
#define AUTHOR_NEXT (RS_AUTHOR | RS_FORWARD)
#define AUTHOR_PREV (RS_AUTHOR)
+/* DBCS aware modes */
+enum {
+ DBCS_ASCII,
+ DBCS_LEADING,
+ DBCS_TRAILING,
+} _DBCS_STATUS;
enum {STRIP_ALL = 0, ONLY_COLOR, NO_RELOAD};