mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-10-31 22:17:31 +00:00
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
|
--- config.def.h 2019-02-02 13:55:02.000000000 +0100
|
||
|
+++ config.def.h 2019-05-19 02:10:12.740040403 +0200
|
||
|
@@ -21,3 +21,6 @@ static unsigned int lines = 0;
|
||
|
* for example: " /?\"&[]"
|
||
|
*/
|
||
|
static const char worddelimiters[] = " ";
|
||
|
+
|
||
|
+/* Size of the window border */
|
||
|
+static const unsigned int border_width = 5;
|