Raxol.Terminal.Buffer.BufferManager (Raxol v2.0.1)
View SourceBuffer manager for terminal operations.
This module provides a centralized interface for buffer management, consolidating buffer operations for the terminal renderer.
Summary
Functions
Writes text to the buffer at the current cursor position.
Writes text to the buffer at a specific position.
Functions
Writes text to the buffer at the current cursor position.
This is a simplified interface that writes text character by character starting at the current cursor position.
@spec write_at(pid(), non_neg_integer(), non_neg_integer(), String.t()) :: {:ok, pid()}
Writes text to the buffer at a specific position.