Function nixterm::xterm::set_x_property[][src]

pub fn set_x_property<W: Write, T: AsRef<str>, U: AsRef<str>>(
    w: &mut W,
    k: T,
    v: U
) -> Result<()>