summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 10:12:23 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-10 10:12:23 +0100
commitd671ea83612bcb683e675c041392922e66e57e58 (patch)
tree11ebb222ef8007a53ba175e0994958c2a23e42c7 /src/search.h
parentb84007b0bc5fe286c96c675f5c2c210cccbc0490 (diff)
results are collapsable on per file
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h
index 8bc6260..da11e29 100644
--- a/src/search.h
+++ b/src/search.h
@@ -10,6 +10,7 @@ typedef struct t_ts_found_file
utf8_int8_t *path;
int match_count;
int error;
+ bool collapsed;
} ts_found_file;
typedef struct t_ts_search_result