mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
f7b735d5ab
commit
b0a4b932ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue