mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
os specific ctrl-z (#1420)
This commit is contained in:
6
readline/readline_windows.go
Normal file
6
readline/readline_windows.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package readline
|
||||
|
||||
func handleCharCtrlZ(fd int, state *State) (string, error) {
|
||||
// not supported
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user