git-svn-id: file:///home/svn/incoming/trunk@3268 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-12-30 02:42:20 +00:00
parent a4b622d425
commit 52858d1078
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,8 @@ class Core
driver.current_dispatcher.name != 'Core')
# Reset the active module if we have one
if (active_module)
active_module.reset_ui
self.active_module = nil
end
@ -951,6 +953,8 @@ class Core
# Update the active module
self.active_module = mod
mod.init_ui(driver.input, driver.output)
# Update the command prompt
driver.update_prompt("#{mod.type}(#{mod.refname}) ")