diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:15:26 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:15:26 +0300 |
commit | 1c4060219172f03085e9c134391942647e52dcbf (patch) | |
tree | 7c6c5b9723dd2810b04becfa70e128436ae8ceb6 /config.def.h | |
parent | 29f6a67b3ed32520d1febf1a4324a82d1cb8a202 (diff) |
always show border when centered
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |