alacritty/src/grid
Christian Duerr 0dcb9ca6a8 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.
2018-06-02 09:56:50 -07:00
..
mod.rs Replace scrolling methods with enum 2018-06-02 09:56:50 -07:00
row.rs Move selection into Grid 2018-06-02 09:34:28 -07:00
storage.rs Fix scrolling backwards in tmux 2018-06-02 09:32:29 -07:00
tests.rs Move grid Row and tests into submodules 2018-06-02 09:24:38 -07:00