Raxol.Terminal.Validation (Raxol v2.0.1)
View SourceStub module for terminal input validation.
This module provides basic validation functionality for terminal input. Currently implemented as a stub for test compatibility.
Summary
Functions
Validates input at the specified position in the buffer.
Functions
@spec validate_input(any(), non_neg_integer(), non_neg_integer(), String.t()) :: {:ok, :valid}
Validates input at the specified position in the buffer.
This is a stub implementation that always returns success.