diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-11 13:01:06 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:56:50 -0700 |
commit | 0dcb9ca6a871fd6d28787142a134c9190001ac43 (patch) | |
tree | 8f1f4845942c7af562173b9e670ca61664ee49ee /src/cli.rs | |
parent | 2c7bb9a4d3ce3ead6de4ca6485ca67c44c0bd1c1 (diff) | |
download | r-alacritty-0dcb9ca6a871fd6d28787142a134c9190001ac43.tar.gz r-alacritty-0dcb9ca6a871fd6d28787142a134c9190001ac43.tar.bz2 r-alacritty-0dcb9ca6a871fd6d28787142a134c9190001ac43.zip |
Replace scrolling methods with enum
The different scrolling methods added a bunch of boilerplate where the
call was just forwarded to the next struct, this has been removed by
making the scroll amount into a struct.
Now everything is called through one method and the parameter decides
how far the viewport should be scrolled.
Diffstat (limited to 'src/cli.rs')
0 files changed, 0 insertions, 0 deletions