
4 Feb
2018
4 Feb
'18
2:40 p.m.
Hi Heinrich,
On 29 January 2018 at 00:19, 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
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(-)
Please can you rename 'fg' to something longer?
Regards, Simon