From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 18 Dec 2011 14:01:23 -0500 Subject: [U-Boot] [PATCH 10/16] drivers/video/cfb_console.c: Add support for some ANSI terminal escape codes In-Reply-To: <1324141398-14859-10-git-send-email-pali.rohar@gmail.com> References: <2772527.Czs1Sl5aoH@pali-elitebook> <1324141398-14859-1-git-send-email-pali.rohar@gmail.com> <1324141398-14859-10-git-send-email-pali.rohar@gmail.com> Message-ID: <201112181401.25355.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: