pub fn write_notify<W: Write>(w: &mut W, body: &str) -> Result<()>
Send a simple notification with ESC ] 9 ; <body> BEL.
ESC ] 9 ; <body> BEL
body is emitted verbatim as the notification text.
body