ollama/readline/readline_windows.go
Michael Yang f38353d6b9 stdin.fd
2024-06-04 11:13:30 -07:00

6 lines
116 B
Go

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