@@ -522,7 +522,7 @@ func readEditableLine(prompt string) (string, error) {
switch {
case r == '\r' || r == '\n':
fmt.Println()
fmt.Print("\r\n")
return string(buf), nil
case r == 0x03:
The note is not visible to the blocked user.