mirror of https://gitee.com/namelin2022/ollama
7 changed files with 20 additions and 21 deletions
@ -1,6 +1,6 @@ |
|||
package readline |
|||
|
|||
func handleCharCtrlZ(fd int, state any) (string, error) { |
|||
func handleCharCtrlZ(fd uintptr, state any) (string, error) { |
|||
// not supported
|
|||
return "", nil |
|||
} |
|||
|
|||
Loading…
Reference in new issue