fix setup

This commit is contained in:
2026-01-13 15:02:59 +00:00
parent 7c60e2305d
commit 2aa9e8d672

View File

@@ -522,7 +522,7 @@ func readEditableLine(prompt string) (string, error) {
switch { switch {
case r == '\r' || r == '\n': case r == '\r' || r == '\n':
fmt.Println() fmt.Print("\r\n")
return string(buf), nil return string(buf), nil
case r == 0x03: case r == 0x03:
fmt.Println() fmt.Println()