From 20dd9f182ec842a267fc48c72578c6169c121ccb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 15 Aug 2026 20:21:45 +0800 Subject: refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94 Rename `Confirmer` resource to `ResConfirm`, `ConfirmerCount` to `ConfirmCount`, and `ConfirmerPredicate` to `ConfirmPredicate`. Update related setups, guards, and documentation references. --- mingling/src/res.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/src/res.rs') diff --git a/mingling/src/res.rs b/mingling/src/res.rs index 82c4e00..0314e39 100644 --- a/mingling/src/res.rs +++ b/mingling/src/res.rs @@ -7,8 +7,8 @@ pub use dirs::*; mod exit_code; pub use exit_code::*; -mod confirmer; -pub use confirmer::*; +mod confirm; +pub use confirm::*; mod osc94; pub use osc94::*; -- cgit