mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 12:19:56 +01:00
7 lines
116 B
Go
7 lines
116 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|