diff options
author | cflip <cflip@cflip.net> | 2023-01-17 20:52:18 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-01-17 20:52:18 -0700 |
commit | a40638b63deeb27301d56db7426fba56850927ca (patch) | |
tree | 972cf764e62eb1d3f13d35445ca5a693e3e08203 /editor.h | |
parent | 1a416a917d74d956469e6e80cf4bb519e9474c91 (diff) |
Allow window to be resizable
Diffstat (limited to 'editor.h')
-rw-r--r-- | editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |