Raxol.Terminal.Driver.InputBuffer (Raxol Terminal v2.6.0)

Copy Markdown View Source

Input buffer management for Driver: accumulates bytes, detects incomplete escape sequences, and flushes complete sequences for parsing.

Summary

Functions

Returns true if the buffer ends with an incomplete escape sequence that needs more bytes before it can be dispatched.

Functions

incomplete_escape?(buffer)

Returns true if the buffer ends with an incomplete escape sequence that needs more bytes before it can be dispatched.