[][src]Function bear_lib_terminal::terminal::set

pub fn set<T: ConfigPart>(cfg: T) -> bool

Invoke the terminal_set() C API function with the argument's config_str.

Returns false iff the config string is malformed.

For build-in ConfigParts see the config module.