CR before prompt output (INSTALL mode)

This commit is contained in:
Stas Degteff 2006-01-28 23:39:26 +00:00
parent 9447822795
commit 305261a040

View File

@ -236,7 +236,7 @@ void WriteGoldGed() {
#if !defined(__GOLD_GUI__)
static int EnterString(char* prompt, char* string, uint length)
{
STD_PRINT(prompt << NL << "> " << std::flush);
STD_PRINT("\r" << prompt << NL << "> " << std::flush);
*string = NUL;
char* ptr = string;