Skip to content

Commit 3e9186e

Browse files
committed
fix: use face607-compatible delayed DING argv
1 parent 0ecde22 commit 3e9186e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ding.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ pub fn pty_delivery_args(session: &str, text: &str) -> Vec<String> {
127127
vec![
128128
"send".into(),
129129
session.into(),
130+
"--with-delay".into(),
131+
"0.5".into(),
130132
"--seq".into(),
131133
bracketed_paste(text),
132134
"--seq".into(),
133135
"key:return".into(),
134-
"--with-delay".into(),
135-
"500".into(),
136136
]
137137
}
138138

0 commit comments

Comments
 (0)