eric6/QScintilla/Shell.py

branch
maintenance
changeset 7382
df744f939cca
parent 7362
028bf21bb5a2
parent 7378
e44a53a41b5d
child 7437
1148ca40ea36
--- a/eric6/QScintilla/Shell.py	Wed Jan 01 12:02:35 2020 +0100
+++ b/eric6/QScintilla/Shell.py	Sun Feb 02 11:27:46 2020 +0100
@@ -1044,7 +1044,7 @@
         self.setFocus()
         self.inRawMode = True
         self.echoInput = echo
-        self.__write(s)
+        self.__writeQueued(s)
         line, col = self.__getEndPos()
         self.setCursorPosition(line, col)
         buf = self.text(line)

eric ide

mercurial