]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
cfb_console: Add support for some ANSI terminal escape codes
authorPali Rohár <pali.rohar@gmail.com>
Fri, 19 Oct 2012 13:30:09 +0000 (13:30 +0000)
committerTom Rini <trini@ti.com>
Tue, 30 Oct 2012 22:28:06 +0000 (15:28 -0700)
commit33a35bbbe09a9b63b46e86a97d5dfbdae5481401
treeec8dada5a54e10d512c57321c730dafa147af9a0
parent318e70e2447d2706b27e7d3b66a6dbc54ec01e7d
cfb_console: Add support for some ANSI terminal escape codes

Add optional support for some ANSI escape sequences to the
cfb_console driver. Define CONFIG_CFB_CONSOLE_ANSI to enable
cursor moving, color reverting and clearing the cfb console
via ANSI escape codes.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
README
drivers/video/cfb_console.c