--- a/QScintilla/Shell.py Mon Sep 19 20:10:33 2016 +0200
+++ b/QScintilla/Shell.py Sat Sep 24 18:00:30 2016 +0200
@@ -1451,7 +1451,7 @@
if not cmd:
cmd = ''
else:
- cmd = cmd.replace(self.prompt, "")
+ cmd = cmd[len(self.prompt):]
self.dbs.remoteRawInput(cmd)
def __useHistory(self):