pub fn write_request_mode<W: Write>(w: &mut W, mode: Mode) -> Result<()>
Request mode status.
DEC modes emit ESC [ ? <mode> $ p; ANSI modes emit ESC [ <mode> $ p. The terminal response can be represented by ModeSetting.
ESC [ ? <mode> $ p
ESC [ <mode> $ p
ModeSetting