diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-21 23:59:14 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-21 23:59:14 +0000 |
commit | bf144ceca6285af5ce9f64f1176cb104f78b9637 (patch) | |
tree | 1d6fde6e84e16031ae60349279d25b90a0d8a2ac /src/entry.h | |
parent | 3e11dc2327d70e860b3ad32db386aadd549393b3 (diff) |
Add --clip-to-padding 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 05e73ab..f5b5f79 100644 --- a/src/entry.h +++ b/src/entry.h @@ -92,6 +92,7 @@ struct entry { bool padding_bottom_is_percent; bool padding_left_is_percent; bool padding_right_is_percent; + bool clip_to_padding; int32_t selection_background_padding; uint32_t input_width; uint32_t border_width; |