blob: af197059e80c30a70853ea4e2fa1478b4beab04a (
plain) (
blame)
1
2
3
4
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 = "-";
|