ollama/readline/readline_windows.go

7 lines
112 B
Go
Raw Normal View History

2023-12-11 15:48:14 +00:00
package readline
func handleCharCtrlZ(fd int, state any) (string, error) {
2023-12-11 15:48:14 +00:00
// not supported
return "", nil
}