ollama/readline/readline_windows.go

7 lines
115 B
Go
Raw Normal View History

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