Skip to content

Commit

Permalink
Fix bug parsing OSC strings
Browse files Browse the repository at this point in the history
OSC strings with UTF-8 previously failed.
  • Loading branch information
jwilm committed Mar 2, 2017
1 parent 119c7d2 commit 00d271b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -23,7 +23,7 @@ parking_lot = "0.3.1"
serde = "0.9"
serde_yaml = "0.6"
serde_derive = "0.9"
vte = "0.2.2"
vte = "0.3.0"
mio = "0.6"
serde_json = "0.9"
copypasta = { path = "./copypasta" }
Expand Down

0 comments on commit 00d271b

Please sign in to comment.