We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed1a0 commit 9250930Copy full SHA for 9250930
PythonScript/src/PythonConsole.cpp
@@ -319,7 +319,7 @@ void PythonConsole::consume(std::shared_ptr<std::string> statement)
319
assert(mp_consoleDlg);
320
if (mp_consoleDlg)
321
{
322
- mp_consoleDlg->setPrompt(continuePrompt ? "... " : mp_consoleDlg->getPrompt());
+ mp_consoleDlg->setPrompt(continuePrompt ? "... " : ">>> ");
323
mp_consoleDlg->giveInputFocus();
324
}
325
0 commit comments