summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-09-12 08:38:07 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-09-12 08:38:07 +0200
commitcd52c2c7cdf3a03f2c4624589d9888bf819e9df3 (patch)
treeaea2ec21553b3d79dafdd7446b802161ca85c1c7 /config.def.h
parent882d54c225b83c762acf5bb3967f4890c3ecef86 (diff)
downloadsent-master.tar.gz
sent-master.tar.bz2
sent-master.zip
Jptrzy's patchesHEADmaster
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 60eb376..25d89e0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -19,6 +19,9 @@ static const float linespacing = 1.4;
static const float usablewidth = 0.75;
static const float usableheight = 0.75;
+/* height of the presentation progress bar */
+static const int progressheight = 5;
+
static Mousekey mshortcuts[] = {
/* button function argument */
{ Button1, advance, {.i = +1} },
Software created with 💖