diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 21:47:49 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 21:47:49 +0100 |
| commit | 8808c195069e4dcf44218ebf7ca481a4c695fb12 (patch) | |
| tree | f0efe5d02af797cc44e516e8b5c2c08346fdeb58 /src/search.h | |
| parent | 08c3990eb2db8c0228160d760cf287f0b6b96915 (diff) | |
export results to json,csv,xml format
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 1 |
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; |
