From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 17 Nov 2018 11:52:34 +0100 Subject: [U-Boot] [PATCH v3 1/1] dm: video: correctly set the cursor position In-Reply-To: <20181110185548.30686-1-xypron.glpk@gmx.de> References: <20181110185548.30686-1-xypron.glpk@gmx.de> Message-ID: <20181117115234.1d51f29f@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, 10 Nov 2018 19:55:48 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > The terminal escape sequence ESC [ ; H is used to set the cursor > position. According to the ECMA 48 standard the upper left corner in the > escape sequences is [1, 1]. The video uclass uses [0, 0] as upper left > corner. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > update unit test > v2 > remove trailing whitespace > --- > drivers/video/vidconsole-uclass.c | 8 ++++++++ > test/dm/video.c | 4 ++-- > 2 files changed, 10 insertions(+), 2 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij