Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c78ba55fd4 |
@@ -95,7 +95,7 @@ static void vidconsole_newline(struct udevice *dev)
|
||||
|
||||
/* Check if we need to scroll the terminal */
|
||||
if (vid_priv->rot % 2 ?
|
||||
priv->ycur + priv->x_charsize > vid_priv->xsize :
|
||||
priv->ycur + priv->y_charsize > vid_priv->xsize :
|
||||
priv->ycur + priv->y_charsize > vid_priv->ysize) {
|
||||
vidconsole_move_rows(dev, 0, rows, priv->rows - rows);
|
||||
for (i = 0; i < rows; i++)
|
||||
|
||||
Reference in New Issue
Block a user