Module termimad::crossterm

source ·

Modules

  • A module to work with the terminal cursor
  • A module to read events.
  • A module to apply attributes and colors on your text.
  • A module to work with the terminal.
  • A module to query if the current instance is a tty. Making it a little more convenient and safe to query whether something is a terminal teletype or not. This module defines the IsTty trait and the is_tty method to return true if the item represents a terminal.

Macros

  • Executes one or more command(s).
  • Queues one or more command(s) for further execution.

Traits

  • An interface for a command that performs an action on the terminal.
  • An interface for types that can directly execute commands.
  • An interface for types that can queue commands for further execution.

Type Definitions