summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-02 20:25:26 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-02-02 20:25:26 -0500
commitc1c43234199e533ea9a36872fe9eaf00d324241f (patch)
treeff9f90a438955b952466674b47bab64008c542b2 /Cargo.toml
parent1427070950462fdfba92dc08f5e477ebb87da0ad (diff)
add wide ncurses
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc40032..a52dc47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ xdg = "2.2.0"
[dependencies.ncurses]
version = "5.98.0"
-features = [ "extended_colors", "panel" ]
+features = [ "extended_colors", "panel", "wide" ]
[dependencies.wordexp]
version = "0.1.0"