diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-29 12:44:02 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-29 14:32:35 +0100 |
commit | 82d4c237d1f501cd7b0b8afc53ed87fd3ccf0e18 (patch) | |
tree | 87f81278d8bbecaab1f8030f1fe5846e9a5ce28e /src/entry.h | |
parent | 96fb966e7b89846fa8305d5dc521a113fcfab82b (diff) |
Add --selection-padding option.
This adds some extra padding in the selection background, rather than
tightly wrapping the selection text.
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 c45bb85..690cb2f 100644 --- a/src/entry.h +++ b/src/entry.h @@ -59,6 +59,7 @@ struct entry { uint32_t padding_bottom; uint32_t padding_left; uint32_t padding_right; + uint32_t selection_background_padding; uint32_t input_width; uint32_t border_width; uint32_t outline_width; |