From e7dd39f9d227c5507e3789b18c7385bd3ea3cb8c Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 27 Dec 2019 18:39:46 -0600 Subject: fmt_opts param for pango/html/text formatting Signed-off-by: Burt P --- deps/sysobj_early/include/format_early.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deps/sysobj_early') 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 */ -- cgit v1.2.3