mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
...
This commit is contained in:
@@ -1089,7 +1089,7 @@ func (self *SendHandler) on_text(text string, from_key_event, in_bracketed_paste
|
|||||||
|
|
||||||
func (self *SendHandler) print_continue_msg() {
|
func (self *SendHandler) print_continue_msg() {
|
||||||
self.lp.Println(
|
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) {
|
func (self *SendHandler) abort_transfer(delay ...time.Duration) {
|
||||||
|
|||||||
Reference in New Issue
Block a user