From f8f07ca39bd617ddaeb2149f138b12aa7a6532bf Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Thu, 11 Apr 2024 16:17:46 +0300 Subject: Multiline printing & fixes to output space padding --- config-parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-parser.h') diff --git a/config-parser.h b/config-parser.h index 08aa934..3446826 100644 --- a/config-parser.h +++ b/config-parser.h @@ -1,8 +1,9 @@ struct Config { - int precision; bool human_readable; bool help; + bool multiline; + int precision; }; typedef struct Config Config; struct Result { -- cgit v1.2.3