From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 9 Apr 2019 23:05:11 +0200 Subject: [U-Boot] [PATCH 3/8] video/console: Implement relative cursor movement ANSI handling In-Reply-To: <20190323013002.27117-4-andre.przywara@arm.com> References: <20190323013002.27117-1-andre.przywara@arm.com> <20190323013002.27117-4-andre.przywara@arm.com> Message-ID: <20190409230511.0fa7f9fd@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:57 +0000 Andre Przywara andre.przywara at arm.com wrote: > The ANSI terminal escapce sequence standard defines relative cursor > movement commands (ESC [ A-F). So far the DM_VIDEO console code was > ignoring them. > > Interpret those sequences and move the cursor by the requested amount of > rows or columns in the right direction. This brings the code on par with > the legacy video console driver (cfb_console). > > Signed-off-by: Andre Przywara > --- > drivers/video/vidconsole-uclass.c | 37 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij