summaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2023-01-17 20:52:18 -0700
committercflip <cflip@cflip.net>2023-01-17 20:52:18 -0700
commita40638b63deeb27301d56db7426fba56850927ca (patch)
tree972cf764e62eb1d3f13d35445ca5a693e3e08203 /editor.h
parent1a416a917d74d956469e6e80cf4bb519e9474c91 (diff)
Allow window to be resizable
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 1 insertions, 0 deletions
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);