From 9d8db4146d025e3a967700414a9fc68fa186045e Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Thu, 23 Oct 2025 00:07:26 -0400 Subject: add basic cursor movement --- state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'state.h') diff --git a/state.h b/state.h index 60e84c4..1c677ec 100644 --- a/state.h +++ b/state.h @@ -93,6 +93,8 @@ typedef struct { GLuint b_color_uniform; text_buffer_t input_buffer_grafix; + size_t cursor_index; + // fonts FT_Library ft_library; FT_Face ft_face; -- cgit v1.2.3