[][src]Function alacritty::run

fn run(
    window_event_loop: GlutinEventLoop<Event>,
    config: TermConfig<UIConfig>,
    options: Options
) -> Result<(), Box<dyn Error>>

Run Alacritty.

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