summaryrefslogtreecommitdiff
path: root/src/shared/output-mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/output-mode.h')
-rw-r--r--src/shared/output-mode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/output-mode.h b/src/shared/output-mode.h
index 9da789db76..ac1bb0123b 100644
--- a/src/shared/output-mode.h
+++ b/src/shared/output-mode.h
@@ -42,5 +42,6 @@ typedef enum OutputFlags {
OUTPUT_WARN_CUTOFF = 1 << 2,
OUTPUT_FULL_WIDTH = 1 << 3,
OUTPUT_COLOR = 1 << 4,
- OUTPUT_CATALOG = 1 << 5
+ OUTPUT_CATALOG = 1 << 5,
+ OUTPUT_BEGIN_NEWLINE = 1 << 6,
} OutputFlags;