![]() |
libghostty
|
#include <ghostty/vt/terminal.h>
Data Fields | |
| size_t | size |
| GhosttyString | title |
| GhosttyString | body |
A request to show a desktop notification.
This is a sized struct. The callback must only access fields present in the size reported by size. Both strings are borrowed and valid only for the duration of the callback.
Definition at line 829 of file terminal.h.
| GhosttyString body |
Notification body.
Definition at line 837 of file terminal.h.
| size_t size |
Size of this struct in bytes.
Definition at line 831 of file terminal.h.
| GhosttyString title |
Notification title, or an empty string when the protocol omits it.
Definition at line 834 of file terminal.h.