Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 9629ccca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {