Enum ansi_escapes::CursorTo [] [src]

pub enum CursorTo {
    TopLeft,
    AbsoluteX(u16),
    AbsoluteXY(u16u16),
}

Set the absolute position of the cursor. x=0 y=0 is the top left of the screen.

Variants

Trait Implementations

impl Display for CursorTo
[src]

Formats the value using the given formatter. Read more