mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Add some tests for yanking
This commit is contained in:
@@ -106,6 +106,10 @@ func (self *kill_ring) pop_yank() string {
|
||||
return self.yank()
|
||||
}
|
||||
|
||||
func (self *kill_ring) clear() {
|
||||
self.items = self.items.Init()
|
||||
}
|
||||
|
||||
type Readline struct {
|
||||
prompt string
|
||||
prompt_len int
|
||||
|
||||
Reference in New Issue
Block a user