[][src]Trait alacritty::display::OnResize

pub trait OnResize {
    fn on_resize(&mut self, size: &SizeInfo);
}

Types that are interested in when the display is resized

Required methods

fn on_resize(&mut self, size: &SizeInfo)

Loading content...

Implementations on Foreign Types

impl OnResize for i32[src]

Loading content...

Implementors

impl<N> OnResize for Processor<N>[src]

Notify that the terminal was resized

Currently this just forwards the notice to the input processor.

Loading content...