diff options
| author | Burt P <pburt0@gmail.com> | 2019-12-27 18:39:46 -0600 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 | 
| commit | e7dd39f9d227c5507e3789b18c7385bd3ea3cb8c (patch) | |
| tree | f9b0e8115d8a2ab67f1d14f957879531459cd426 /deps | |
| parent | 2d626b13c6180a1b3319c4dc9da57b4649063daa (diff) | |
fmt_opts param for pango/html/text formatting
Signed-off-by: Burt P <pburt0@gmail.com>
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 */ | 
