ollama/readline/readline_windows.go

7 lines
116 B
Go
Raw Permalink Normal View History

2023-12-11 23:48:14 +08:00
package readline
2024-05-23 00:00:38 +08:00
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
2023-12-11 23:48:14 +08:00
// not supported
return "", nil
}