Struct neko::prelude::Termios
[−]
pub struct Termios {
pub fd: i32,
pub config: termios,
}Fields
fd: i32
config: termios
Save the original configuration of terminal.