From 9e476e7f095feb68ac93273351c03e95fd81b3cf Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 25 Aug 2021 23:52:08 +0200 Subject: Add missing config.def.h --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..266ba81 --- /dev/null +++ b/config.def.h @@ -0,0 +1,7 @@ +#ifndef config_def_h_INCLUDED +#define config_def_h_INCLUDED + +static const char *default_font = "Monospace 15"; + +#endif // config_def_h_INCLUDED + -- cgit 1.4.1