diff options
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/sysobj_early/include/format_early.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/deps/sysobj_early/include/format_early.h b/deps/sysobj_early/include/format_early.h index 81a5fa37..871d173f 100644 --- a/deps/sysobj_early/include/format_early.h +++ b/deps/sysobj_early/include/format_early.h @@ -27,6 +27,7 @@  #include "util_sysobj.h"  enum { +    FMT_OPT_NONE   = 0,      FMT_OPT_ATERM  = 1<<16,  /* ANSI color terminal */      FMT_OPT_PANGO  = 1<<17,  /* pango markup for gtk */      FMT_OPT_HTML   = 1<<18,  /* html */ | 
