Useful when initializing without any specific action in mind, or when reseting flags later on. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- libsmartcols/src/libsmartcols.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in index e612560..1699a4a 100644 --- a/libsmartcols/src/libsmartcols.h.in +++ b/libsmartcols/src/libsmartcols.h.in @@ -78,6 +78,7 @@ enum { * Column flags */ enum { + SCOLS_FL_DEFAULT = 0, /* use default functionality */ SCOLS_FL_TRUNC = (1 << 0), /* truncate fields data if necessary */ SCOLS_FL_TREE = (1 << 1), /* use tree "ascii art" */ SCOLS_FL_RIGHT = (1 << 2), /* align to the right */ -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html