summaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor.c')
-rw-r--r--editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.c b/editor.c
index f7fc684..b83ad26 100644
--- a/editor.c
+++ b/editor.c
@@ -28,6 +28,7 @@ void init_editor(struct editor_state* editor)
editor->mode = EDITOR_MODE_NORMAL;
editor_update_screen_size(editor);
+ window_set_filename("[New]");
}
void editor_set_status_message(struct editor_state* editor, const char* format, ...)