aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/osc94/state.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生4 days1-0/+243
Extract OSC94 state and guard types from `res` into a dedicated `osc94` module, and add `ConfirmerCount` and `ConfirmerPredicate` types with `YesConfirm` and `TrueConfirm` implementations.