From 5215efefccc6fe77177781b1fc235259bb937744 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sat, 31 May 2025 22:33:59 +0200 Subject: update --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3404b08..ad38804 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; -- cgit v1.2.3