diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-24 16:48:15 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-24 16:48:15 +0100 |
commit | b70772372ef51a64dece064aaa0e25e0a83354fd (patch) | |
tree | 2ea4abb1e1fbbb5ffed06fcedbd38235fcf8d071 /src/entry.h | |
parent | 131c676fb6fc6323089acd45741a4659ffe888fc (diff) |
Horizontal mode fixes.
Implement horizontal mode for Pango, and add min-input-width option.
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; |