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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctx.h') diff --git a/ctx.h b/ctx.h index ba9bca4..2046ce6 100644 --- a/ctx.h +++ b/ctx.h @@ -75,6 +75,8 @@ struct bfs_ctx { enum debug_flags debug; /** Whether to ignore deletions that race with bfs (-ignore_readdir_race). */ bool ignore_races; + /** Whether to show a status bar (-status). */ + bool status; /** Whether to only return unique files (-unique). */ bool unique; /** Whether to print warnings (-warn/-nowarn). */ -- cgit v1.2.3