pub fn apply_settings( termios: &mut termios, settings: &[String], ) -> Result<bool, String>
Apply settings from the parsed arguments to a termios structure. Returns Ok(true) if any changes were made, Ok(false) otherwise.