summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-27 11:15:26 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-27 11:15:26 +0300
commitfee8a5dc7722d80364be4023ed01e3993d454506 (patch)
tree7c6c5b9723dd2810b04becfa70e128436ae8ceb6 /config.def.h
parentb4bc76e60ba9ce971a317a00d17c0acbfd085066 (diff)
always show border when centered
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
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;