Raxol.Terminal.Command (Raxol v2.0.1)

View Source

Defines the structure for terminal commands.

Summary

Types

t()

@type t() :: %Raxol.Terminal.Command{
  command_buffer: String.t(),
  command_state: any(),
  current: String.t() | nil,
  history: [String.t()],
  history_index: integer(),
  last_key_event: any(),
  max_history: non_neg_integer()
}