From f8a5d245468cc6e04903fe96e3efcbd85aea13d9 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Wed, 21 Sep 2022 02:21:53 +0300 Subject: border patch --- 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 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; -- cgit v1.2.3