Commit 99b9b490 authored by Robert Abel's avatar Robert Abel Committed by Miguel Ojeda

auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed

Signed-off-by: default avatarRobert Abel <rabel@robertabel.eu>
Reviewed-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
parent 9629ccca
......@@ -363,6 +363,7 @@ static inline int handle_lcd_special_code(struct charlcd *lcd)
break;
case 'N': /* Two Lines */
priv->flags |= LCD_FLAG_N;
processed = 1;
break;
case 'l': /* Shift Cursor Left */
if (priv->addr.x > 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment