Skip to content

Commit 1247c72

Browse files
CFrankCFrank
authored andcommitted
fixes inital prompt to be set correctly
1 parent e7c3a9b commit 1247c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/ConsoleDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void ConsoleDialog::initDialog(HINSTANCE hInst, NppData& nppData, ConsoleInterfa
8787
m_colorOutput = false;
8888
}
8989
m_standardPrompt = ConfigFile::getInstance()->getSetting(_T("ADDEXTRALINETOOUTPUT")) == _T("1") ? m_standardPrompt.insert(0, "\n") : m_standardPrompt;
90-
90+
m_currentPrompt = m_standardPrompt;
9191
//Window::init(hInst, nppData._nppHandle);
9292
createOutputWindow(nppData._nppHandle);
9393

0 commit comments

Comments
 (0)