summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index 46ec65f..6b547e0 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -49,6 +49,9 @@ struct entry {
/* Options */
bool drun;
bool horizontal;
+ bool hide_input;
+ char hidden_character_mb[4];
+ uint32_t hidden_character_mb_length;
uint32_t num_results;
uint32_t num_results_drawn;
uint32_t last_num_results_drawn;