diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 = "-"; |
