Struct ansi_escapes::CursorForward [] [src]

pub struct CursorForward(pub u16);

Move cursor forward a specific amount of rows.

Trait Implementations

impl Display for CursorForward
[src]

Formats the value using the given formatter. Read more