Auto-select all text in command box after executing the line

master
Keegi 2011-06-18 13:01:31 +03:00
parent 20d5ffad83
commit 71762e17bf
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: