Skip to content

Commit

Permalink
Attempt to fix broken TUI locale (#2713)
Browse files Browse the repository at this point in the history
Can confirm that on the same machine 1.0.2 TUI looks great and is broken on
the current master. Bump of `cursive` version fixed it for me.
Fixes #2676
  • Loading branch information
hashmap authored and ignopeverell committed Mar 29, 2019
1 parent 82b1cf8 commit cea1390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 61 deletions.
64 changes: 4 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cursive = { version = "0.10.0", default-features = false, features = ["pancurses
version = "0.16.0"
features = ["win32"]
[target.'cfg(unix)'.dependencies]
cursive = "0.9.0"
cursive = "0.10.0"

[build-dependencies]
built = "0.3"
Expand Down

0 comments on commit cea1390

Please sign in to comment.