Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Refactoring and docs #5

Merged
merged 10 commits into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typos
Signed-off-by: Robert Vojta <rvojta@me.com>
  • Loading branch information
zrzka committed Oct 1, 2019
commit d8fa5e761ea69db5b4470aa915397fd4ed58fc68
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn main() -> Result<()> {

## Future

> The `crossterm_screen` crate code will be moved to the `crossterm` crate (it's reexported there now).
> The `crossterm_screen` crate code will be moved to the `crossterm` crate (it's re-exported there now).
> Date is not set yet, but it doesn't make a lot of sense to start a new project with it. Please, use
> the `crossterm` crate with the `screen` feature enabled.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//! # Screen
//!
//! The `crossterm_screen` crate provides a functionality to work with the terminal screen.
//! The `crossterm_screen` crate provides the functionality to work with the terminal screen.
//!
//! This documentation does not contain a lot of examples. The reason is that it's fairly
//! obvious how to use this crate. Although, we do provide
Expand Down