aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/osc94
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix intra-doc links in mingling crate魏曹先生3 days1-2/+2
|
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生3 days1-17/+17
| | | | | | Rename `Confirmer` resource to `ResConfirm`, `ConfirmerCount` to `ConfirmCount`, and `ConfirmerPredicate` to `ConfirmPredicate`. Update related setups, guards, and documentation references.
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生3 days2-0/+446
Extract OSC94 state and guard types from `res` into a dedicated `osc94` module, and add `ConfirmerCount` and `ConfirmerPredicate` types with `YesConfirm` and `TrueConfirm` implementations.