readline_windows.go 116 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
package readline

xuxzh1's avatar
init  
xuxzh1 committed
3
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
mashun1's avatar
v1  
mashun1 committed
4
5
6
	// not supported
	return "", nil
}