widgets(terminal): remove comment about default

This commit is contained in:
Tim Culverhouse 2024-06-07 22:32:06 -05:00
parent 3765dbef2b
commit c52bb30cdc

View file

@ -182,8 +182,6 @@ pub fn print(
self.buf[i].dirty = true; self.buf[i].dirty = true;
self.cursor.col += width; self.cursor.col += width;
// FIXME: when do we set default in this function??
// self.buf[i].default = false;
} }
/// IND /// IND