Fix Predrawn not drawing cursor
This commit is contained in:
parent
242a1aed29
commit
59710c8162
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ impl Predrawn {
|
||||||
};
|
};
|
||||||
frame.write(pos, Styled::new(&cell.content, style));
|
frame.write(pos, Styled::new(&cell.content, style));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if let Some(cursor) = self.buffer.cursor() {
|
||||||
|
frame.set_cursor(Some(cursor));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue