Function alacritty::alacritty

source ·
pub(crate) fn alacritty(options: Options) -> Result<(), Box<dyn Error>>
Expand description

Run main Alacritty entrypoint.

Creates a window, the terminal state, PTY, I/O event loop, input processor, config change monitor, and runs the main display loop.