summaryrefslogtreecommitdiff
path: root/anzeige.c
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-29 11:44:24 +0100
committerErich Eckner <git@eckner.net>2018-10-31 21:48:36 +0100
commit36949167f398639f05c3c97cd7b652ce66d35f34 (patch)
tree4745d3c5938739bf2f6c48d0f08f16dad983231b /anzeige.c
parenta40eccd30b8294735834149379cfd1538ebe8651 (diff)
downloadanzeige-36949167f398639f05c3c97cd7b652ce66d35f34.tar.xz
fixed width font => variable width font
Diffstat (limited to 'anzeige.c')
-rw-r--r--anzeige.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/anzeige.c b/anzeige.c
index 7bc8980..68df4c7 100644
--- a/anzeige.c
+++ b/anzeige.c
@@ -50,6 +50,8 @@ int main(int argc, char **argv)
if (old_action.sa_handler != SIG_IGN)
sigaction (SIGTERM, &new_action, NULL);
+ init_symbols_boundaries();
+
/************************************************************************\
* You are about to change the GPIO settings of your computer. *
* Mess this up and it will stop working! *