From cdc2868c109f96773e9a7b166dfd0f827bdd06bf Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 22:10:15 -0600 Subject: [PATCH] Remove completed TODO --- src/buffer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buffer.rs b/src/buffer.rs index 7fa9636..276c597 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -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) => {