diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 02:21:53 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 02:21:53 +0300 |
commit | b585ebec88e7ba93833af2c0c086bd90ff823c92 (patch) | |
tree | 505a30a1a10f101c5afe22fed732af60693433e6 /config.def.h | |
parent | 5e8f66d62e53aeb6ae239fe12f230b4df3efad73 (diff) |
border patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
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; |