Skip to main content

write_notify

Function write_notify 

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

Send a simple notification with ESC ] 9 ; <body> BEL.

body is emitted verbatim as the notification text.