alacritty/alacritty_terminal
Christian Duerr 1dacc99183
Refactor Term/Grid separation
This commit aims to clear up the separation between Term and Grid to
make way for implementing search.

The `cursor` and `cursor_save` have been moved to the grid, since
they're always bound to their specific grid and this makes updating
easier.

Since the selection is independent of the active grid, it has been moved
to the `Term`.
2020-05-30 20:45:44 +00:00
..
src Refactor Term/Grid separation 2020-05-30 20:45:44 +00:00
tests Refactor Term/Grid separation 2020-05-30 20:45:44 +00:00
Cargo.toml Remove unused dependencies 2020-05-24 00:52:47 +00:00