- Fix handling of DCS escapes
- Fix off-by-one error in CSI parsing when params list was at max length (previously caused a panic).
- Support no_std
- Removes
osc_start
,osc_put
, andosc_end
- Adds
osc_dispatch
which simply receives a list of parameters - Removes
byte: u8
parameter fromhook
andunhook
because it's always zero.