diff options
| author | Pali Rohár <[email protected]> | 2012-10-19 13:30:09 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2012-10-30 15:28:06 -0700 |
| commit | 33a35bbbe09a9b63b46e86a97d5dfbdae5481401 (patch) | |
| tree | ec8dada5a54e10d512c57321c730dafa147af9a0 /README | |
| 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 <[email protected]>
Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -655,6 +655,10 @@ The following options need to be configured: additional board info beside the logo + When CONFIG_CFB_CONSOLE_ANSI is defined, console will support + a limited number of ANSI escape sequences (cursor control, + erase functions and limited graphics rendition control). + When CONFIG_CFB_CONSOLE is defined, video console is default i/o. Serial console can be forced with environment 'console=serial'. |
