pub fn write_query_key_modifier_options<W: Write>(
w: &mut W,
resource: u16,
) -> Result<()>Expand description
Query a key-modifier resource with ESC [ ? <resource> m.
The terminal response, when supported, is parsed elsewhere; this function only emits the query bytes.