diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-15 20:13:00 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-03-15 17:30:47 -0700 |
commit | 55ba60441f2746d0576aaa00a38fd122852ac21e (patch) | |
tree | c399c243919d90f3fd7a4bae5ca5de8e933e3f0d /src/term/mod.rs | |
parent | 70324fc6fc9a85ca2ad6faa296c75ebab2f28afd (diff) | |
download | alacritty-55ba60441f2746d0576aaa00a38fd122852ac21e.tar.gz alacritty-55ba60441f2746d0576aaa00a38fd122852ac21e.zip |
Refactor `span_simple` selection
The current `span_simple` selection is everything but simple. This
version should have the same functionality as the current `span_simple`
with the difference that a lot of complexity has been removed.
Not only is this code shorter, it should also be significantly easier to
understand with no "magic" to it. This will hopefully prevent us from
having an unmaintainable blob of off-by-one guessing in the repo.
Also removed the `out` file which I used in the original PR because
scrollback is not implemented yet. :)
Diffstat (limited to 'src/term/mod.rs')
0 files changed, 0 insertions, 0 deletions