Function alacritty::display::cursor::hollow[][src]

fn hollow(
    x: f32,
    y: f32,
    width: f32,
    height: f32,
    thickness: f32,
    color: Rgb
) -> CursorRects
Notable traits for CursorRects
impl Iterator for CursorRects type Item = RenderRect;
Expand description

Create an iterator yielding a rect for each side of the hollow block cursor.