From c149768f888efbf9ab237730280402bd607894ac Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 21 Jun 2022 23:42:59 +0100 Subject: Add result selection. --- src/entry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entry.h') 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; -- cgit v1.2.3