aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/confirm
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix intra-doc links in mingling crate魏曹先生4 days1-1/+1
|
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生4 days2-18/+62
| | | | | | 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魏曹先生4 days2-0/+91
Extract OSC94 state and guard types from `res` into a dedicated `osc94` module, and add `ConfirmerCount` and `ConfirmerPredicate` types with `YesConfirm` and `TrueConfirm` implementations.