commit | 33a35bbbe09a9b63b46e86a97d5dfbdae5481401 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Oct 19 13:30:09 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Oct 30 15:28:06 2012 -0700 |
tree | ec8dada5a54e10d512c57321c730dafa147af9a0 | |
parent | 318e70e2447d2706b27e7d3b66a6dbc54ec01e7d [diff] |
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>