aboutsummaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-02 18:07:18 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-02 18:07:18 -0700
commit615d94ba68be75520fbe177b971c96c2e739436f (patch)
treede0bfb5f33475f6f08b2765fd63d5a78d09ff80f /print.h
parent1cf17cf95c75f7d02a0b9da79d9a78811e1ee9d8 (diff)
Improved formatting options
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.h b/print.h
index 56dcae6..2d5cc5c 100644
--- a/print.h
+++ b/print.h
@@ -19,7 +19,7 @@ typedef struct {
int context_before, context_after;
bool needs_line_number:1;
bool use_color:1;
- bool print_line_numbers:1;
+ const char *lineformat;
} printer_t;
__attribute__((nonnull(1,2)))