X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flogs-show.h;h=2e9cf63891ba887501467c9e9dd0358a4c4eaeb5;hb=92a1fd9e95954a557d6fe27b56f5ef1b89fc2f5e;hp=44afaf306a17659abc84d50bed979aee38a31272;hpb=085d71209ba32c1e4e72ec031536be892054352e;p=elogind.git diff --git a/src/shared/logs-show.h b/src/shared/logs-show.h index 44afaf306..2e9cf6389 100644 --- a/src/shared/logs-show.h +++ b/src/shared/logs-show.h @@ -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,