widgets(terminal): remove comment about default
This commit is contained in:
parent
3765dbef2b
commit
c52bb30cdc
1 changed files with 0 additions and 2 deletions
|
@ -182,8 +182,6 @@ pub fn print(
|
|||
self.buf[i].dirty = true;
|
||||
|
||||
self.cursor.col += width;
|
||||
// FIXME: when do we set default in this function??
|
||||
// self.buf[i].default = false;
|
||||
}
|
||||
|
||||
/// IND
|
||||
|
|
Loading…
Reference in a new issue