aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/events.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/events.lua b/core/events.lua
index eb0e5d0c..a646ba07 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -399,6 +399,8 @@ connect('view_after_switch',
emit('update_ui')
end)
+connect('reset_after', function() gui.statusbar_text = 'Lua reset' end)
+
connect('quit',
function() -- prompts for confirmation if any buffers are dirty
local any = false