From e42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Mon, 27 Oct 2025 19:40:08 -0400 Subject: add prompt --- state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'state.h') 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; -- cgit v1.2.3