From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 9 Apr 2019 23:05:36 +0200 Subject: [U-Boot] [PATCH 4/8] video/console: Implement ANSI clear line command In-Reply-To: <20190323013002.27117-5-andre.przywara@arm.com> References: <20190323013002.27117-1-andre.przywara@arm.com> <20190323013002.27117-5-andre.przywara@arm.com> Message-ID: <20190409230536.35d6a571@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 23 Mar 2019 01:29:58 +0000 Andre Przywara andre.przywara at arm.com wrote: > There is a standard ANSI terminal escape sequence to clear a whole line > of text. So far the DM_VIDEO console was missing this code. > > Detect the sequence and use vidconsole_set_row with the background > colour to fix this omission. > > Signed-off-by: Andre Przywara > --- > drivers/video/vidconsole-uclass.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij