Crate makeup_ansi
source ·Modules
Macros
- Convert a string literal to an ANSI escape sequence. See: https://github.com/crossterm-rs/crossterm/blob/7e1279edc57a668e98211043710022b2bfa4b3a8/src/macros.rs#L1-L6
Enums
- ANSI escape sequences. Can be directly formatted into strings.
- Default 8-bit colour palette.
- Terminal cursor styles.
- Terminal cursor visibility.
- Erase part or all of the current display.
- Erase part or all of the current line. Does not move the cursor.