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

Some spelling mistakes #880

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/crossterm_test.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ see [Tested Terminals](#tested-terminals) for more info).
- Poll/read API

<!--
WARNING: Do not change following heading title as it's used in the URL by other crates!
WARNING: Do not change the following heading title as it's used in the URL by other crates!
-->

### Tested Terminals
Expand Down Expand Up @@ -147,10 +147,10 @@ features = ["event-stream"]
| `event-stream` | `futures::Stream` producing `Result<Event>`. |
| `serde` | (De)serializing of events. |
| `events` | Reading input/system events (enabled by default) |
| `filedescriptor` | Use raw filedescriptor for all events rather then mio dependency |
| `filedescriptor` | Use raw filedescriptor for all events rather than mio dependency |


To use crossterm as a very thin layer you can disable the `events` feature or use `filedescriptor` feature.
To use crossterm as a very thin layer you can disable the `events` feature or use the `filedescriptor` feature.
This can disable `mio` / `signal-hook` / `signal-hook-mio` dependencies.

### Dependency Justification
Expand Down