Skip to main content

write_desktop_notification

Function write_desktop_notification 

Source
pub fn write_desktop_notification<W: Write>(
    w: &mut W,
    body: &str,
    metadata: &[&str],
) -> Result<()>
Expand description

Send a metadata-bearing notification with ESC ] 99 ; <metadata> ; <body> BEL.

metadata entries are joined with : and emitted before the body field; body is emitted verbatim.