Files
ollama/readline/readline_windows.go
2026-05-22 17:19:10 +08:00

7 lines
116 B
Go

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