Merge pull request #18 from k-eex/master

Auto-select text after executing command (so when typing next command it gets overwritten)
master
kliment 2011-06-19 10:49:13 -07:00
commit 07e088877e
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
return
wx.CallAfter(self.logbox.AppendText,">>>"+command+"\n")
self.onecmd(str(command))
self.commandbox.SetSelection(0,len(command))
def statuschecker(self):
try: