diff options
Diffstat (limited to 'docs/api.md')
-rw-r--r-- | docs/api.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md index a0110eb5..f56dd0f5 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4158,6 +4158,12 @@ Emitted when the user clicks on a buffer tab. * _`alt`_: The "Alt"/"Option" modifier key is held down. * _`cmd`_: The "Command" modifier key on macOS is held down. +<a id="events.UNFOCUS"></a> +#### `events.UNFOCUS` (string) + +Emitted when Textadept loses focus. + This event is never emitted when Textadept is running in the terminal. + <a id="events.UPDATE_UI"></a> #### `events.UPDATE_UI` (string) |