rendering cursor correctly
This commit is contained in:
parent
f4ac694ad8
commit
62939322d3
3 changed files with 34 additions and 10 deletions
|
@ -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]>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue