mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Minor NxTerm-related clean-up
This commit is contained in:
@@ -210,8 +210,6 @@ void nxterm_scroll(FAR struct nxterm_state_s *priv, int scrollheight)
|
||||
*/
|
||||
|
||||
priv->nchars--;
|
||||
priv->bm[priv->nchars].code = ' ';
|
||||
priv->bm[priv->nchars].flags = BMFLAGS_NOGLYPH;
|
||||
}
|
||||
|
||||
/* No.. just decrement its vertical position (moving it "up" the
|
||||
|
||||
Reference in New Issue
Block a user