diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-09-02 17:55:19 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-09-02 17:55:19 +0100 |
commit | 8fb98fee53b13bc690c457dde0417b78b0532be4 (patch) | |
tree | e446190e18d8f906284640b48845296cd6e924f3 /config.def.h | |
parent | 4c0864efda50d98a2eee62af38aa38e21206b215 (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 bfc0083..d9e41da 100644 --- a/config.def.h +++ b/config.def.h @@ -18,3 +18,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* Size of the window border */ +static unsigned int border_width = 0; |