...
This commit is contained in:
parent
59b43ee844
commit
a5d05a2954
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ func (self *Readline) Shutdown() {
|
|||
}
|
||||
|
||||
func (self *Readline) AddHistoryItem(hi HistoryItem) {
|
||||
self.history.add_item(hi)
|
||||
self.history.merge_items(hi)
|
||||
}
|
||||
|
||||
func (self *Readline) ResetText() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue