pub fn query<MS: Into<u64>>( query: &str, timeout_ms: MS, ) -> Result<String, XQError>
Query the xterm interface, assuming the terminal is in raw mode (or we would block waiting for a newline).