Struct ansi_escapes::EraseLines [] [src]

pub struct EraseLines(pub u16);

Erase from the current cursor position up the specified amount of rows.

Trait Implementations

impl Display for EraseLines
[src]

Formats the value using the given formatter. Read more