From 70dd7a54b1bd0e4709bdb7e5123d421724e6bf2f Mon Sep 17 00:00:00 2001 From: uint Date: Sun, 14 Dec 2025 19:22:31 +0000 Subject: add selection feedback line thing --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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; -- cgit v1.2.3