Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly handle optional event modes #659

Merged
merged 11 commits into from
Nov 14, 2023

Fix typo

cde7c89
Select commit
Loading
Failed to load commit list.
Merged

Properly handle optional event modes #659

Fix typo
cde7c89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 13, 2023 in 0s

19.04% of diff hit (target 49.22%)

View this Pull Request on Codecov

19.04% of diff hit (target 49.22%)

Annotations

Check warning on line 247 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L245-L247

Added lines #L245 - L247 were not covered by tests

Check warning on line 260 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L258-L260

Added lines #L258 - L260 were not covered by tests

Check warning on line 614 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L613-L614

Added lines #L613 - L614 were not covered by tests

Check warning on line 619 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L618-L619

Added lines #L618 - L619 were not covered by tests

Check warning on line 27 in src/terminal_extensions/bracketed_paste.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/terminal_extensions/bracketed_paste.rs#L13-L27

Added lines #L13 - L27 were not covered by tests

Check warning on line 33 in src/terminal_extensions/bracketed_paste.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/terminal_extensions/bracketed_paste.rs#L33

Added line #L33 was not covered by tests

Check warning on line 42 in src/terminal_extensions/kitty.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/terminal_extensions/kitty.rs#L22-L42

Added lines #L22 - L42 were not covered by tests

Check warning on line 48 in src/terminal_extensions/kitty.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/terminal_extensions/kitty.rs#L48

Added line #L48 was not covered by tests

Check warning on line 11 in src/terminal_extensions/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/terminal_extensions/mod.rs#L9-L11

Added lines #L9 - L11 were not covered by tests