alacritty/src/term
Joe Wilm 8ef062efd9 Move selection into Grid
Supporting selections with scrollback has two major components:

1. Grid needs access to Selection so that it may update the scroll
   position as the terminal text changes.
2. Selection needs to be implemented in terms of buffer offsets -- NOT
   lines -- and be updated when Storage is rotated.

This commit implements the first part.
2018-06-02 09:34:28 -07:00
..
cell.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
color.rs Implement `reset_state` of Term struct (#1035) 2018-01-18 17:27:07 +00:00
mod.rs Move selection into Grid 2018-06-02 09:34:28 -07:00