Struct crossterm::terminal::DisableLineWrap [−][src]
pub struct DisableLineWrap;
Expand description
Disables line wrapping.
Trait Implementations
Write an ANSI representation of this command to the given writer. An ANSI code can manipulate the terminal by writing it to the terminal buffer. However, only Windows 10 and UNIX systems support this. Read more
Execute this command. Read more
Returns whether the ansi code representation of this command is supported by windows. Read more
Auto Trait Implementations
impl RefUnwindSafe for DisableLineWrap
impl Send for DisableLineWrap
impl Sync for DisableLineWrap
impl Unpin for DisableLineWrap
impl UnwindSafe for DisableLineWrap
Blanket Implementations
Mutably borrows from an owned value. Read more