diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 01cf1b9..f59411f 100644 --- a/src/entry.h +++ b/src/entry.h @@ -46,6 +46,7 @@ struct entry { char prompt_text[MAX_PROMPT_LENGTH]; uint32_t corner_radius; uint32_t padding; + uint32_t input_width; int32_t result_padding; struct color foreground_color; struct color background_color; |