
9 Feb
2018
9 Feb
'18
5:06 p.m.
On 8 February 2018 at 13:47, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Support special rendition code 0 - reset attributes. Support special rendition code 1 - increased intensity (bold).
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v4 Rename priv->fg to priv->fg_col_idx. v3 Add color constants. v2 SGR 0 should reset the colors and the attributes.
drivers/video/vidconsole-uclass.c | 32 ++++++++++++++++++++++++++------ drivers/video/video-uclass.c | 5 ++++- include/video.h | 2 ++ include/video_console.h | 12 ++++++++++-- test/dm/video.c | 2 +- 5 files changed, 43 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org