mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Cleanup previous PR
This commit is contained in:
@@ -165,6 +165,11 @@ consumption to do the same tasks.
|
|||||||
Detailed list of changes
|
Detailed list of changes
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
0.50.0 [future]
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Watchers: Add an `on_quit` event to global watchers (:iss:`9675`)
|
||||||
|
|
||||||
0.46.1 [2026-03-16]
|
0.46.1 [2026-03-16]
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
@@ -2098,6 +2098,7 @@ class Boss:
|
|||||||
break
|
break
|
||||||
if w is None:
|
if w is None:
|
||||||
return True
|
return True
|
||||||
|
data['aborted'] = False
|
||||||
for watcher in global_watchers().on_quit:
|
for watcher in global_watchers().on_quit:
|
||||||
try:
|
try:
|
||||||
watcher(self, w, data)
|
watcher(self, w, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user