mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
handle race condition while setting raw mode in windows (#2509)
This commit is contained in:
parent
9241a29336
commit
42e77e2a69
5 changed files with 38 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
package readline
|
||||
|
||||
func handleCharCtrlZ(fd int, state *State) (string, error) {
|
||||
func handleCharCtrlZ(fd int, state any) (string, error) {
|
||||
// not supported
|
||||
return "", nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue