aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-09 12:46:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-09 12:46:58 -0400
commit5264c1c30f4bbfb0d394ded543aca7d37069d40b (patch)
tree8fa8c3c60e83fd97b13508007935f9fd8c5488b0 /modules
parentcd0e86d6f5c00c32713562d8e015863cbbcf14c7 (diff)
downloadtextadept-5264c1c30f4bbfb0d394ded543aca7d37069d40b.tar.gz
textadept-5264c1c30f4bbfb0d394ded543aca7d37069d40b.zip
Update UI after command entry command; modules/textadept/command_entry.lua
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/command_entry.lua1
1 files changed, 1 insertions, 0 deletions
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',