Skip to content

Commit

Permalink
incorporate crossterm 0.13.2 to fix a pb in input on vi
Browse files Browse the repository at this point in the history
Fix #73
  • Loading branch information
Canop committed Nov 4, 2019
1 parent 1c89030 commit ffe44da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dev.log
deploy.sh
deploy-win.sh
install.sh
log-start.sh
/releases
/target
**/*.rs.bk
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ clap = "2.33"
glob = "0.3"
crossbeam = "0.7"
opener = "0.4"
crossterm = "0.13"
crossterm = "0.13.2"
umask = "0.1.7"
termimad = "0.7.1"
termimad = "0.7.2"
id-arena = "2.2.1"
lazy-regex = "0.1"

Expand Down

0 comments on commit ffe44da

Please # to comment.