summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-11 21:47:49 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-11 21:47:49 +0100
commit8808c195069e4dcf44218ebf7ca481a4c695fb12 (patch)
treef0efe5d02af797cc44e516e8b5c2c08346fdeb58 /src/search.h
parent08c3990eb2db8c0228160d760cf287f0b6b96915 (diff)
export results to json,csv,xml format
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 da11e29..bdfdafa 100644
--- a/src/search.h
+++ b/src/search.h
@@ -32,6 +32,7 @@ typedef struct t_ts_search_result
int file_list_read_cursor;
bool cancel_search;
bool search_completed;
+ bool is_saving;
// search query
utf8_int8_t *directory_to_search;