Struct neko::pty::Termios []

pub struct Termios {
    pub fd: i32,
    pub config: termios,
}

Fields

Save the original configuration of terminal.

Methods

impl Termios

The constructor method new setups the terminal.

Trait Implementations

impl Debug for Termios

Formats the value using the given formatter.

impl Default for Termios

Returns the "default value" for a type. Read more

impl Drop for Termios

A method called when the value goes out of scope. Read more