summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 19:22:31 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 19:22:31 +0000
commit70dd7a54b1bd0e4709bdb7e5123d421724e6bf2f (patch)
treec7b25309d21547dfd1b48fa43f54c34dd6e97b98 /config.h
parentc7e60770947f779f8ea8982ec8e4945dd065004e (diff)
add selection feedback line thing
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e33aa84..54b2a00 100644
--- a/config.h
+++ b/config.h
@@ -2,3 +2,4 @@
static const unsigned int sel_cursor = XC_gumby;
static const unsigned int win_cursor = XC_right_ptr;
+static const unsigned int sel_line_width = 5;