readline_windows.go 112 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
package readline

func handleCharCtrlZ(fd int, state any) (string, error) {
	// not supported
	return "", nil
}