Struct ansi_escapes::CursorUp [] [src]

pub struct CursorUp(pub u16);

Move cursor up a specific amount of rows.

Trait Implementations

impl Display for CursorUp
[src]

Formats the value using the given formatter. Read more