aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-05-20 14:23:09 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-05-20 14:23:09 +0200
commit9e3fcd953e7136b900d6aabafe1c64c083a927be (patch)
tree87d504609b5518e47a515b8d269143831b206e39 /config.def.h
downloadttym-9e3fcd953e7136b900d6aabafe1c64c083a927be.tar.gz
ttym-9e3fcd953e7136b900d6aabafe1c64c083a927be.zip
initial commit
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
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 = "-";