Raxol.Commands.UpdateTerminalCommand (Raxol v2.0.1)
View SourceCommand to update terminal settings.
Summary
Types
@type t() :: %Raxol.Commands.UpdateTerminalCommand{ accessibility_options: map() | nil, command_id: String.t(), correlation_id: String.t(), expected_version: integer(), font_settings: map() | nil, height: pos_integer() | nil, metadata: map(), terminal_id: String.t(), theme: String.t() | nil, timestamp: integer(), title: String.t() | nil, user_id: String.t(), width: pos_integer() | nil }