git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40289 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -10,7 +10,7 @@ Classes:
- GPromptPopUp
- GPromptSTC
-(C) 2009 by the GRASS Development Team
+(C) 2009-2010 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
@@ -357,7 +357,8 @@ class GMFrame(wx.Frame):
if page == self.goutput.pageid:
# remove '(...)'
self.notebook.SetPageText(page, _("Command console"))
-
+ self.goutput.cmd_prompt.SetSTCFocus(True)
+
event.Skip()
def OnCBPageClosed(self, event):