]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Added LF after ^L in pager so that the output is nicer to look at with ...
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 20:50:31 +0000 (21:50 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 20:50:31 +0000 (21:50 +0100)
--HG--
branch : HEAD

src/doveadm/doveadm-print-pager.c

index 6705a0c697082fa7b8c49aaabdaed4c86a4d897b..d23217f17ed1af178bbbeb7fb2d87d1b99aef7d1 100644 (file)
@@ -33,7 +33,7 @@ static void pager_next_hdr(void)
 {
        if (++ctx->header_idx == array_count(&ctx->headers)) {
                ctx->header_idx = 0;
-               printf("\x0c"); /* ^L */
+               printf("\x0c\n"); /* ^L */
        }
 }