mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
...
This commit is contained in:
parent
a628609ca8
commit
12bdc0cc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1089,7 +1089,7 @@ func (self *SendHandler) on_text(text string, from_key_event, in_bracketed_paste
|
|||
|
||||
func (self *SendHandler) print_continue_msg() {
|
||||
self.lp.Println(
|
||||
`Press `, self.ctx.Green(`y`), ` to continue or `, self.ctx.BrightRed(`n`), ` to abort`)
|
||||
`Press`, self.ctx.Green(`y`), `to continue or`, self.ctx.BrightRed(`n`), `to abort`)
|
||||
}
|
||||
|
||||
func (self *SendHandler) abort_transfer(delay ...time.Duration) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue