Adjust attribute spans when buffer lines change

This commit is contained in:
Jeremy Soller 2022-10-27 14:51:46 -06:00
parent e2b9aa77b9
commit cce821e99f
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
4 changed files with 243 additions and 154 deletions

View file

@ -60,6 +60,9 @@ mod attrs;
pub use self::buffer::*;
mod buffer;
pub use self::buffer_line::*;
mod buffer_line;
pub use self::cache::*;
mod cache;