Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
termion
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonathan Schleußer
termion
Commits
fa4a6cfa
Commit
fa4a6cfa
authored
Jul 03, 2016
by
ticki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make 'nightly' a default feature
parent
133497a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Cargo.toml
Cargo.toml
+1
-0
README.md
README.md
+17
-0
No files found.
Cargo.toml
View file @
fa4a6cfa
...
...
@@ -7,4 +7,5 @@ authors = ["Ticki <Ticki@users.noreply.github.com>"]
libc
=
"0.2.8"
[features]
default
=
["nightly"]
nightly
=
[]
README.md
View file @
fa4a6cfa
...
...
@@ -17,6 +17,23 @@ Supports Redox, Mac OS X, and Linux (or, in general, ANSI terminals).
Although small breaking changes might happen, I will try my best to avoid them,
and this crate can generally be considered stable.
## Cargo.toml
For nightly, add
```
toml
[dependencies.termion]
git
=
"https://github.com/ticki/termion"
```
For stable,
```
toml
[dependencies.termion]
git
=
"https://github.com/ticki/termion"
default-features
=
false
```
## Features
-
Raw mode.
...
...
Write
Preview
Markdown
is supported
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