Have the confirm on close also apply to quitting kitty

Use a dedicated API for handling quit requests on macOS rather than a
quit canary. Also create a mappable "quit" action for all platforms.
This commit is contained in:
Kovid Goyal
2020-05-18 16:06:40 +05:30
parent 1cf0a8b78e
commit 707cb37212
13 changed files with 116 additions and 64 deletions

View File

@@ -15,6 +15,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add an option :opt:`confirm_on_os_window_close` to ask for confirmation
when closing an OS window with multiple kitty windows.
- Add a new mappable ``quit`` action to quit kitty completely.
- Fix marks using different colors with regexes using only a single color
(:pull:`2663`)