Skip to main content

apply_settings

Function apply_settings 

Source
pub fn apply_settings(
    termios: &mut termios,
    settings: &[String],
) -> Result<bool, String>
Expand description

Apply settings from the parsed arguments to a termios structure. Returns Ok(true) if any changes were made, Ok(false) otherwise.