From ea5f148819c3986ef751dce5d83d9314f920b10c Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 3 Dec 2007 19:37:23 +0000 Subject: - add option to support both coloured and symboled modification mark (~ and +) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3625 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/uflags.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/uflags.h') diff --git a/include/uflags.h b/include/uflags.h index 48bcc326..1686c98e 100644 --- a/include/uflags.h +++ b/include/uflags.h @@ -23,9 +23,15 @@ /* DBCS CONFIG */ #define DBCSAWARE_FLAG 0x00000200 /* true if DBCS-aware enabled. */ /* please keep this even if you don't have DBCSAWARE features turned on */ +// #define DBCS__??? 0x00000400 +// #define DBCS__??? 0x00000800 + +/* Modification Mark (~) */ +#define NO_MODMARK_FLAG 0x00001000 /* true if modified files are NOT marked */ +#define COLORED_MODMARK 0x00002000 /* true if mod-mark is coloured. */ /* NEW ENTRY HERE */ -// #define ??__??? 0x00000400 +// #define ??__??? 0x00010000 /* -------------------- userec_t.uflag2 (unsigned int) */ -- cgit v1.2.3