[U-Boot] [PATCH 10/16] drivers/video/cfb_console.c: Add support for some ANSI terminal escape codes

Mike Frysinger vapier at gentoo.org
Sun Dec 18 20:01:23 CET 2011


On Saturday 17 December 2011 12:03:12 Pali Rohár wrote:
>  * This patch add support for cursor move and reverse colors via ANSI
> espace codes in cfb_console driver * ANSI escape codes can be
> enabled/disabled via CONFIG_CFB_CONSOLE_ANSI

your changelog needs to be line wrapped

> +			case 7:
> +				if ((ansi_buf[i] >= 'A' && ansi_buf[i] <= 'H') || 
ansi_buf[i] == 'J'
> || ansi_buf[i] == 'K' || ansi_buf[i] == 'm') { +					cchar 
= ansi_buf[i];

this line is way too long
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111218/b94840c1/attachment.pgp>


More information about the U-Boot mailing list