summaryrefslogtreecommitdiffstats
path: root/include/libbbsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbbsutil.h')
-rw-r--r--include/libbbsutil.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/libbbsutil.h b/include/libbbsutil.h
index a825ff28..3acebdfc 100644
--- a/include/libbbsutil.h
+++ b/include/libbbsutil.h
@@ -11,8 +11,13 @@
#else
#define GCC_CHECK_FORMAT(a,b)
#endif
+
+
+// flags used by strip_ansi
enum STRIP_FLAG {
- STRIP_ALL = 0, ONLY_COLOR, NO_RELOAD
+ STRIP_ALL = 0,
+ ONLY_COLOR, // allow only colors (ESC [ .. m)
+ NO_RELOAD // allow all known (color+move)
};
enum LOG_FLAG {
LOG_CREAT = 1,