Optimize Buffer::set_rich_text for when the buffer is reconstructed
This commit is contained in:
parent
c751217020
commit
b68f4ad5c6
6 changed files with 421 additions and 69 deletions
|
|
@ -108,6 +108,9 @@ mod buffer;
|
|||
pub use self::buffer_line::*;
|
||||
mod buffer_line;
|
||||
|
||||
pub use self::cached::*;
|
||||
mod cached;
|
||||
|
||||
pub use self::glyph_cache::*;
|
||||
mod glyph_cache;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue