CR before prompt output (INSTALL mode)
This commit is contained in:
parent
9447822795
commit
305261a040
@ -236,7 +236,7 @@ void WriteGoldGed() {
|
|||||||
#if !defined(__GOLD_GUI__)
|
#if !defined(__GOLD_GUI__)
|
||||||
static int EnterString(char* prompt, char* string, uint length)
|
static int EnterString(char* prompt, char* string, uint length)
|
||||||
{
|
{
|
||||||
STD_PRINT(prompt << NL << "> " << std::flush);
|
STD_PRINT("\r" << prompt << NL << "> " << std::flush);
|
||||||
|
|
||||||
*string = NUL;
|
*string = NUL;
|
||||||
char* ptr = string;
|
char* ptr = string;
|
||||||
|
Reference in New Issue
Block a user