@@ -533,7 +533,7 @@ func readEditableLine(prompt string) (string, error) {
fmt.Print("\r\n")
return string(buf), nil
case r == 0x03:
fmt.Println()
fmt.Fprint(os.Stderr, "\r\n")
return "", errors.New("input interrupted")
case r == 0x04:
The note is not visible to the blocked user.