From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 11 Apr 2019 14:09:33 +0200 Subject: [U-Boot] [PATCH 3/8] video/console: Implement relative cursor movement ANSI handling In-Reply-To: <20190409230511.0fa7f9fd@crub> References: <20190323013002.27117-1-andre.przywara@arm.com> <20190323013002.27117-4-andre.przywara@arm.com> <20190409230511.0fa7f9fd@crub> Message-ID: <20190411140933.29a6b8c5@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 Tue, 9 Apr 2019 23:05:11 +0200 Anatolij Gustschin agust at denx.de wrote: ... > > drivers/video/vidconsole-uclass.c | 37 +++++++++++++++++++++++++++++++++++++ > > 1 file changed, 37 insertions(+) > > Applied to u-boot-video/master, thanks! I've dropped all applied patches of this series now, some of them introduced dm video_ansi test error [1]. Please fix. Thanks! [1] https://travis-ci.org/vdsao/u-boot-video/jobs/517944146#L1081 -- Anatolij