mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 02:16:36 +02:00
6 lines
116 B
Go
6 lines
116 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|