From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/1] dm: video: correctly set the cursor position
Date: Sat, 17 Nov 2018 11:52:34 +0100 [thread overview]
Message-ID: <20181117115234.1d51f29f@crub> (raw)
In-Reply-To: <20181110185548.30686-1-xypron.glpk@gmx.de>
On Sat, 10 Nov 2018 19:55:48 +0100
Heinrich Schuchardt xypron.glpk at gmx.de wrote:
> The terminal escape sequence ESC [ <x> ; <y> 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 <xypron.glpk@gmx.de>
> ---
> 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
prev parent reply other threads:[~2018-11-17 10:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-10 18:55 [U-Boot] [PATCH v3 1/1] dm: video: correctly set the cursor position Heinrich Schuchardt
2018-11-13 19:54 ` Simon Glass
2018-11-17 10:52 ` Anatolij Gustschin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181117115234.1d51f29f@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox