summaryrefslogtreecommitdiff
path: root/src/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.c')
-rw-r--r--src/draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw.c b/src/draw.c
index 53185cb..4dd5d75 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -520,7 +520,7 @@ void trav_col(int new_i){
int locateChar(char input){
ENTRY **entries = get_gentries(g[g_hover]);
int location = (true_hover ? e_hover[g_hover] : g_hover);
- bool fold_case = get_case_sensitivity();
+ bool fold_case = true;
char first_char;
int i;