Raxol.Terminal.Emulator.Factory (Raxol Terminal v2.6.0)

Copy Markdown View Source

Emulator construction helpers: creates full (GenServer) and basic (struct-only) emulators.

Summary

Functions

Creates a basic emulator without GenServer processes (optimized for performance).

Creates a full-featured emulator with GenServer processes. Falls back to basic emulator on failure.

Functions

create_basic(width, height, opts)

Creates a basic emulator without GenServer processes (optimized for performance).

create_full(width, height, opts)

Creates a full-featured emulator with GenServer processes. Falls back to basic emulator on failure.