From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] video: cfb_console: Make the software cursor non-destructive
Date: Mon, 5 Dec 2011 22:07:42 +0100 [thread overview]
Message-ID: <20111205220742.18ed6e2f@wker> (raw)
In-Reply-To: <1322697050-27844-1-git-send-email-agust@denx.de>
On Thu, 1 Dec 2011 00:50:50 +0100
Anatolij Gustschin <agust@denx.de> wrote:
> From: Gabe Black <gabeblack@chromium.org>
>
> When printing the string "\r\n" to the framebuffer console, the first
> character of the current line was being replaced with a space. The "boot"
> prompt would become the "oot" prompt. This change makes the cursor
> non-destructive so that no matter where it goes on its way to where it's
> supposed to be, the end result is that the cursor is where it's supposed to
> be with the other text preserved.
>
> Signed-off-by: Gabe Black <gabeblack@chromium.org>
> Acked-by: Mike Frysinger <vapier@gentoo.org>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
> Changes in v3:
> - fixed checkpatch errors
> - slightly modified subject line
> - fixed cursor position if video logo is used
>
> Changes in v2:
> - Tidy up commit message wording.
> - Undo change to documenting comment.
> - Undo minor whitespace tweak.
> - Consolidate CONFIG_CONSOLE_CURSOR and CONFIG_VIDEO_SW_CURSOR.
> - Get rid of a space between video_invertchar and its (.
>
> drivers/video/cfb_console.c | 109 +++++++++++++++++++++----------------------
> 1 files changed, 53 insertions(+), 56 deletions(-)
Applied to u-boot-video/master. Thanks!
Anatolij
next prev parent reply other threads:[~2011-12-05 21:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 8:59 [U-Boot] [PATCH] [driver][cfb] Make the software cursor non-destructive Gabe Black
2011-11-08 13:43 ` Mike Frysinger
2011-11-08 21:47 ` [U-Boot] [PATCH v2] " Gabe Black
2011-11-09 22:31 ` Mike Frysinger
2011-11-30 9:55 ` Gabe Black
2011-11-30 10:04 ` Anatolij Gustschin
2011-11-30 23:50 ` [U-Boot] [PATCH v3] video: cfb_console: " Anatolij Gustschin
2011-12-05 21:07 ` Anatolij Gustschin [this message]
2012-03-18 18:38 ` Wolfgang Denk
2012-03-18 19:01 ` Anatolij Gustschin
2012-03-18 19:31 ` Wolfgang Denk
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=20111205220742.18ed6e2f@wker \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.