mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 03:35:21 +00:00
history: update pos after compact
This commit is contained in:
parent
2d75a4537c
commit
57a58db1b0
@ -78,8 +78,8 @@ func (h *History) Init() error {
|
|||||||
|
|
||||||
func (h *History) Add(l []rune) {
|
func (h *History) Add(l []rune) {
|
||||||
h.Buf.Add(l)
|
h.Buf.Add(l)
|
||||||
h.Pos = h.Size()
|
|
||||||
h.Compact()
|
h.Compact()
|
||||||
|
h.Pos = h.Size()
|
||||||
if h.Autosave {
|
if h.Autosave {
|
||||||
h.Save()
|
h.Save()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user