rendering cursor correctly

This commit is contained in:
Mikayla Maki 2022-07-01 13:03:26 -07:00
parent f4ac694ad8
commit 62939322d3
3 changed files with 34 additions and 10 deletions

View file

@ -164,7 +164,7 @@ impl<'a> Hash for CacheKeyRef<'a> {
}
}
#[derive(Default, Debug)]
#[derive(Default, Debug, Clone)]
pub struct Line {
layout: Arc<LineLayout>,
style_runs: SmallVec<[(u32, Color, Underline); 32]>,