This commit is contained in:
Kovid Goyal 2023-03-17 08:59:45 +05:30
parent f7b735d5ab
commit b0a4b932ad
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -291,9 +291,9 @@ func main(_ *cli.Command, o *Options, args []string) (rc int, err error) {
}
} else if ev.MatchesPressOrRepeat("esc") {
if o.Multiple {
lp.Quit(1)
} else {
lp.Quit(0)
} else {
lp.Quit(1)
}
}
return nil