readline_windows.go 115 B

123456
  1. package readline
  2. func handleCharCtrlZ(fd int, state *State) (string, error) {
  3. // not supported
  4. return "", nil
  5. }