Module alacritty::display::cursor

source ·
Expand description

Convert a cursor into an iterator of rects.

Structs

Traits

  • Trait for conversion into the iterator.

Functions

  • beam 🔒
    Create an iterator yielding a single beam rect.
  • hollow 🔒
    Create an iterator yielding a rect for each side of the hollow block cursor.
  • underline 🔒
    Create an iterator yielding a single underline rect.