ollama / readline /readline_windows.go
oldg9516X
first commit
3ce9225
raw
history blame contribute delete
No virus
116 Bytes
package readline
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
// not supported
return "", nil
}