From 6a12472ba33b2d46541f3be11d088a28d69cfe57 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 Jan 2021 17:10:44 -0500 Subject: main: Add some new source files to the top-level comment --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 56974e6..f0706da 100644 --- a/main.c +++ b/main.c @@ -34,9 +34,11 @@ * * - Utilities: * - bfs.h (constants about bfs itself) + * - bar.[ch] (a terminal status bar) * - color.[ch] (for pretty terminal colors) * - darray.[ch] (a dynamic array library) * - diag.[ch] (formats diagnostic messages) + * - dir.[ch] (a directory API facade) * - dstring.[ch] (a dynamic string library) * - fsade.[ch] (a facade over non-standard filesystem features) * - mtab.[ch] (parses the system's mount table) -- cgit v1.2.3