mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 17:53:24 +02:00
add bracketed paste mode (#922)
This commit is contained in:
@@ -72,6 +72,14 @@ const (
|
||||
|
||||
const (
|
||||
CharBracketedPaste = 50
|
||||
CharBracketedPasteStart = 0
|
||||
CharBracketedPasteEnd = 1
|
||||
CharBracketedPasteStart = "00~"
|
||||
CharBracketedPasteEnd = "01~"
|
||||
)
|
||||
|
||||
type PasteMode int
|
||||
|
||||
const (
|
||||
PastModeOff = iota
|
||||
PasteModeStart
|
||||
PasteModeEnd
|
||||
)
|
||||
|
Reference in New Issue
Block a user