[−][src]Trait alacritty::display::OnResize
Types that are interested in when the display is resized
Required methods
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.