macro_rules! derive_csi_sequence { ($doc:expr, $name:ident, $value:expr) => { ... }; }
Expand description
termion’s Derive a CSI sequence struct. derive_csi_sequence!(“Change the cursor style to blinking block”, BlinkingBlock, “\x31 q”);
macro_rules! derive_csi_sequence { ($doc:expr, $name:ident, $value:expr) => { ... }; }
termion’s Derive a CSI sequence struct. derive_csi_sequence!(“Change the cursor style to blinking block”, BlinkingBlock, “\x31 q”);