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