summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h
index a9353a5..4ee6316 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -55,8 +55,9 @@ struct entry {
uint32_t selection;
uint32_t first_result;
- struct string_vec results;
- struct string_vec commands;
+ char *command_buffer;
+ struct string_ref_vec results;
+ struct string_ref_vec commands;
struct desktop_vec apps;
struct history history;
bool use_pango;