[][src]Trait alacritty::event::Notify

pub trait Notify {
    fn notify<B: Into<Cow<'static, [u8]>>>(&mut self, _: B);
}

Byte sequences are sent to a Notify in response to some events

Required methods

fn notify<B: Into<Cow<'static, [u8]>>>(&mut self, _: B)

Notify that an escape sequence should be written to the pty

TODO this needs to be able to error somehow

Loading content...

Implementors

impl Notify for Notifier[src]

Loading content...