aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-27 19:40:08 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-27 19:40:08 -0400
commite42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 (patch)
tree206311382255c1bb04169b08aea9839fb95dc7f4 /state.h
parent2033b55f91876c8fc0d4cd3cdf9c67972ad5490c (diff)
add prompt
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.h b/state.h
index 7c14952..ebbc962 100644
--- a/state.h
+++ b/state.h
@@ -101,6 +101,7 @@ typedef struct {
GLuint b_size_uniform;
GLuint b_color_uniform;
text_buffer_t input_buffer_grafix;
+ text_buffer_t prompt_text_buffer;
// fonts
FT_Library ft_library;
@@ -114,6 +115,7 @@ typedef struct {
// arguments
int lines;
+ char* prompt;
bool exact_match;
bool center;
bool verbose;