diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 16:58:05 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-03 16:58:05 +0100 |
| commit | 8494de283949d640f6e9da7d44edaeefc3bfd930 (patch) | |
| tree | 18a94e85e9f993c943e4a96ce4958f6331bfaf5f /src/search.h | |
| parent | b8d8eaa8b2c46f79e8a580a402ec7c472075d073 (diff) | |
loading spinner while searching
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 3518b33..73eb17a 100644 --- a/src/search.h +++ b/src/search.h @@ -30,6 +30,7 @@ typedef struct t_ts_search_result int done_finding_files; int file_list_read_cursor; bool cancel_search; + bool search_completed; // search query utf8_int8_t *directory_to_search; |
