mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-06 19:25:21 +00:00
7 lines
115 B
Go
7 lines
115 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd int, state *State) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|