Remove completed TODO

This commit is contained in:
Jeremy Soller 2022-10-25 22:10:15 -06:00
parent 353a25b750
commit cdc2868c10

View file

@ -1008,7 +1008,6 @@ impl<'a> TextBuffer<'a> {
}
// Draw cursor
//TODO: draw at end of line but not start of next line
if let Some((cursor_glyph, cursor_glyph_offset)) = cursor_glyph_opt(&self.cursor) {
let x = match run.glyphs.get(cursor_glyph) {
Some(glyph) => {