From a40638b63deeb27301d56db7426fba56850927ca Mon Sep 17 00:00:00 2001 From: cflip Date: Tue, 17 Jan 2023 20:52:18 -0700 Subject: Allow window to be resizable --- editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor.h') diff --git a/editor.h b/editor.h index a46c37f..aaed086 100644 --- a/editor.h +++ b/editor.h @@ -54,6 +54,7 @@ void editor_add_line_below(struct editor_state* editor); void editor_find(struct editor_state* editor); void editor_scroll(struct editor_state* editor); +void editor_update_screen_size(struct editor_state *); void editor_draw_rows(struct editor_state* editor, struct append_buffer* buffer); void editor_draw_status_bar(struct editor_state* editor, struct append_buffer* buffer); void editor_draw_message_bar(struct editor_state* editor, struct append_buffer* buffer); -- cgit v1.2.3