mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
Don't quit ioloop on NUL character (#940)
* dont quit ioloop on 0 rune * check for closed channel * remove unused error on `Close()`
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package readline
|
||||
|
||||
const (
|
||||
CharNull = 0
|
||||
CharLineStart = 1
|
||||
CharBackward = 2
|
||||
CharInterrupt = 3
|
||||
|
||||
Reference in New Issue
Block a user