aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2018-03-15 20:13:00 +0100
committerJoe Wilm <jwilm@users.noreply.github.com>2018-03-15 17:30:47 -0700
commit55ba60441f2746d0576aaa00a38fd122852ac21e (patch)
treec399c243919d90f3fd7a4bae5ca5de8e933e3f0d /src/term/mod.rs
parent70324fc6fc9a85ca2ad6faa296c75ebab2f28afd (diff)
downloadalacritty-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