aboutsummaryrefslogtreecommitdiff
path: root/src/term.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-06-30 21:26:26 -0700
committerJoe Wilm <joe@jwilm.com>2016-06-30 21:26:26 -0700
commitd514b382237d4df2e33503602ec2af4c0cbb2189 (patch)
treeec58dfd7ba9b812365806d7bc516eb3795bc173a /src/term.rs
parentd304ea9b774662ca05384b6633507362e389f7a9 (diff)
downloadr-alacritty-d514b382237d4df2e33503602ec2af4c0cbb2189.tar.gz
r-alacritty-d514b382237d4df2e33503602ec2af4c0cbb2189.tar.bz2
r-alacritty-d514b382237d4df2e33503602ec2af4c0cbb2189.zip
Vendor upcoming Utf8Chars iterator from libstd
The upcoming Utf8Chars iterator was vendored from a libstd PR. The iterator works on BufRead types which is critical for improving performance. A small modification was made where the number of unused bytes is included with Utf8CharsError::IncompleteUtf8. The pty reader thread was updated to use this new type. Next steps will be moving the parsing there and either sending parse results in batches or updating the terminal directly from that thread.
Diffstat (limited to 'src/term.rs')
0 files changed, 0 insertions, 0 deletions