summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 772a8b3..5cbbb79 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,5 @@
// @TODO:
+// - open file in view-only mode menu
// - split
// - completion
// - view-only
@@ -657,6 +658,8 @@ int main(int argc, char **argv) {
print("Frame (noswap): %.1f ms\n", (frame_end_noswap - frame_start) * 1000);
}
#endif
+
+ SDL_SetWindowTitle(window, ted->window_title);
SDL_GL_SwapWindow(window);
PROFILE_TIME(frame_end);