Raxol.Terminal.Cursor.OptimizedCursorManager (Raxol v2.0.1)
View SourceOptimized cursor manager using BaseManager behavior to reduce boilerplate. Demonstrates the performance benefits of our consolidated base behaviors.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_cast/2.
Types
@type color() :: {non_neg_integer(), non_neg_integer(), non_neg_integer()} | nil
@type cursor_style() :: :block | :underline | :bar
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_cast/2.