From 71762e17bf0796d7776c372fcc7e1a5f852ab293 Mon Sep 17 00:00:00 2001 From: Keegi Date: Sat, 18 Jun 2011 13:01:31 +0300 Subject: [PATCH] Auto-select all text in command box after executing the line --- pronterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pronterface.py b/pronterface.py index 4b44172..1cd6b64 100644 --- a/pronterface.py +++ b/pronterface.py @@ -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: