about summary refs log tree commit diff stats
path: root/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'commands.lua')
-rw-r--r--commands.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.lua b/commands.lua
index 4e891ef..4a0d24a 100644
--- a/commands.lua
+++ b/commands.lua
@@ -130,6 +130,7 @@ end
 function navigate_to_file(s)
   move_candidate_to_front(s)
   source.switch_to_file(s..'.lua')
+  love.window.setTitle('lines.love - source - '..Editor_state.filename)
   reset_file_navigator()
 end