diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-21 23:42:59 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-21 23:42:59 +0100 |
commit | c149768f888efbf9ab237730280402bd607894ac (patch) | |
tree | 0d2cd89abb8ccfc24d09836274cd0ca63a448be0 /src/entry.h | |
parent | 05ce291004bee5587fff9e0bbf06676f82e3f457 (diff) |
Add result selection.
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 1c919dc..d0295bc 100644 --- a/src/entry.h +++ b/src/entry.h @@ -32,6 +32,7 @@ struct entry { uint32_t input_length; uint32_t input_mb_length; + uint32_t selection; struct string_vec results; struct string_vec commands; struct history history; @@ -47,6 +48,7 @@ struct entry { int32_t result_padding; struct color foreground_color; struct color background_color; + struct color selection_color; struct { struct color color; struct color outline_color; |