From 77e594145c6c3da49f5e65a793d7cba90091f6bd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 3 Nov 2020 13:29:57 -0500 Subject: New -status option to display a status bar --- ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ctx.c') diff --git a/ctx.c b/ctx.c index aafc08b..6fc6ffb 100644 --- a/ctx.c +++ b/ctx.c @@ -43,6 +43,7 @@ struct bfs_ctx *bfs_ctx_new(void) { ctx->optlevel = 3; ctx->debug = 0; ctx->ignore_races = false; + ctx->status = false; ctx->unique = false; ctx->warn = false; ctx->xargs_safe = false; -- cgit v1.2.3