mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
...
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user