readline_windows.go 116 B

1234567
  1. package readline
  2. func handleCharCtrlZ(fd uintptr, state any) (string, error) {
  3. // not supported
  4. return "", nil
  5. }