From 9e3fcd953e7136b900d6aabafe1c64c083a927be Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 20 May 2026 14:23:09 +0200 Subject: initial commit --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..af19705 --- /dev/null +++ b/config.def.h @@ -0,0 +1,5 @@ +/* See LICENSE file for copyright and license details. */ + +/* progress bar glyphs (ASCII default) */ +static const char *const BAR_FILL = ">"; +static const char *const BAR_EMPTY = "-"; -- cgit v1.3