From fee8a5dc7722d80364be4023ed01e3993d454506 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 27 Sep 2022 11:15:26 +0300 Subject: always show border when centered --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2602882..c96fd4b 100644 --- a/config.def.h +++ b/config.def.h @@ -22,5 +22,5 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; -/* Size of the window border */ -static unsigned int border_width = 0; +/* Size of the window border when centered */ +static unsigned int bw = 3; -- cgit v1.2.3