diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ struct editor_state; void window_init(const char *title, int rows, int cols); int window_handle_event(struct editor_state *editor); void window_redraw(struct editor_state *editor); +void window_set_filename(const char *filename); void window_get_size(int *rows, int *cols); void window_destroy(); |