alacritty/alacritty_terminal/tests
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
..
ref Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
ref.rs Refactor Term/Grid separation 2020-05-30 20:45:44 +00:00