summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-21 02:21:53 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-21 02:21:53 +0300
commitf8a5d245468cc6e04903fe96e3efcbd85aea13d9 (patch)
tree505a30a1a10f101c5afe22fed732af60693433e6 /config.def.h
parent1882d9261b1194c2897448031c73365a89a2484c (diff)
border patch
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 88ef264..cfff3e4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,3 +23,6 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
+
+/* Size of the window border */
+static unsigned int border_width = 0;