chiark / gitweb /
journalctl: do not ellipsize when using pager
[elogind.git] / src / shared / logs-show.h
index 44afaf306a17659abc84d50bed979aee38a31272..2e9cf63891ba887501467c9e9dd0358a4c4eaeb5 100644 (file)
@@ -44,6 +44,7 @@ typedef enum OutputFlags {
         OUTPUT_MONOTONIC_MODE = 1 << 1,
         OUTPUT_FOLLOW = 1 << 2,
         OUTPUT_WARN_CUTOFF = 1 << 3,
+        OUTPUT_FULL_WIDTH = 1 << 4,
 } OutputFlags;
 
 int output_journal(sd_journal *j, OutputMode mode, unsigned line,