From 5264c1c30f4bbfb0d394ded543aca7d37069d40b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 9 Oct 2010 12:46:58 -0400 Subject: Update UI after command entry command; modules/textadept/command_entry.lua --- modules/textadept/command_entry.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 32f32f1b..c18550e9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -31,6 +31,7 @@ events.connect('command_entry_command', gui.command_entry.focus() -- toggle focus to hide setfenv(f, env) f() + events.emit('update_ui') end) events.connect('command_entry_keypress', -- cgit v1.2.3