]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: Provide a backspace method
authorSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 01:10:41 +0000 (18:10 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sat, 30 Jan 2016 09:55:37 +0000 (10:55 +0100)
commit7b9f7e445e13de4f3169d9e5ba5e3b28c4d79ce4
treeb79a245825071d87f981fcb9e749848c3c9585cf
parent58c733a70ff1967490af1fd69aab2ba7bb86eb2c
video: Provide a backspace method

With proportional fonts the vidconsole uclass cannot itself erase the
previous character. Provide an optional method so that the driver can
handle this operation.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c
include/video_console.h