summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/entry.h b/src/entry.h
index 95cab5d..f450daa 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -36,18 +36,21 @@ struct entry {
struct history history;
/* Options */
+ bool horizontal;
+ uint32_t num_results;
uint32_t font_size;
const char *font_name;
+ const char *prompt_text;
+ uint32_t corner_radius;
uint32_t padding;
- uint32_t num_characters;
- uint32_t num_lines;
+ int32_t result_padding;
struct color foreground_color;
struct color background_color;
struct {
struct color color;
struct color outline_color;
- int32_t width;
- int32_t outline_width;
+ uint32_t width;
+ uint32_t outline_width;
} border;
};