aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res/osc94.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生4 days1-7/+7
| | | | | | 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 days1-200/+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.
* chore: replace intra-doc links with plain code spans魏曹先生4 days1-3/+3
|
* fix: only send clean state when supported魏曹先生4 days1-1/+3
|
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生4 days1-0/+262