Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
termion
Commits
7d97b642
Commit
7d97b642
authored
May 07, 2018
by
Robert Metcalf
Browse files
Update references to repository
parent
b3e0bbdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
7d97b642
...
...
@@ -3,7 +3,7 @@ name = "termion"
version
=
"1.5.1"
authors
=
[
"ticki <Ticki@users.noreply.github.com>"
,
"gycos <alexandre.bury@gmail.com>"
,
"IGI-111 <igi-111@protonmail.com>"
]
description
=
"A bindless library for manipulating terminals."
repository
=
"https://github.com/
ticki
/termion"
repository
=
"https://github.com/
redox-os
/termion"
documentation
=
"https://docs.rs/termion"
license
=
"MIT"
keywords
=
[
"tty"
,
"color"
,
"terminal"
,
"password"
,
"tui"
]
...
...
README.md
View file @
7d97b642
<p
align=
"center"
>
<img
alt=
"Termion logo"
src=
"https://rawgit.com/
ticki
/termion/master/logo.svg"
/>
<img
alt=
"Termion logo"
src=
"https://rawgit.com/
redox-os
/termion/master/logo.svg"
/>
</p>
[

](https://travis-ci.org/
ticki
/termion)
[

](https://crates.io/crates/termion) |
[
Documentation
](
https://docs.rs/termion
)
|
[
Examples
](
https://github.com/
Ticki
/termion/tree/master/examples
)
|
[
Changelog
](
https://github.com/
Ticki
/termion/tree/master/CHANGELOG.md
)
|
[
Tutorial
](
http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/
)
[

](https://travis-ci.org/
redox-os
/termion)
[

](https://crates.io/crates/termion) |
[
Documentation
](
https://docs.rs/termion
)
|
[
Examples
](
https://github.com/
redox-os
/termion/tree/master/examples
)
|
[
Changelog
](
https://github.com/
redox-os
/termion/tree/master/CHANGELOG.md
)
|
[
Tutorial
](
http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/
)
|----|----|----|----|----
...
...
src/lib.rs
View file @
7d97b642
...
...
@@ -8,7 +8,7 @@
//!
//! Supports Redox, Mac OS X, and Linux (or, in general, ANSI terminals).
//!
//! For more information refer to the [README](https://github.com/
ticki
/termion).
//! For more information refer to the [README](https://github.com/
redox-os
/termion).
#![warn(missing_docs)]
#[cfg(target_os
=
"redox"
)]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment