package readline
func handleCharCtrlZ(fd int, state *State) (string, error) {
// not supported
return "", nil
}