All of lore.kernel.org
 help / color / mirror / Atom feed
From: BandiPat <magicpage91@earthlink.net>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [Bugfix] Characters disappearing in gfxterm
Date: Mon, 09 Feb 2009 21:04:07 -0500	[thread overview]
Message-ID: <4990E097.2060204@earthlink.net> (raw)
In-Reply-To: <498E9C26.40407@nic.fi>

Vesa Jääskeläinen wrote:
> phcoder wrote:
>> Hello. I've run into the bug that when editing menu entry in gfxterm
>> characters disappear after cursor moves away from its position. Here is
>> bugfix
> 
> I don't think this is a clean fix:
> 
>> Index: term/gfxterm.c
>> ===================================================================
>> --- term/gfxterm.c	(revision 1974)
>> +++ term/gfxterm.c	(working copy)
>> @@ -744,6 +744,8 @@
>>    /* Render cursor to text layer.  */
>>    grub_video_set_active_render_target (text_layer);
>>    grub_video_fill_rect (color, x, y, width, height);
>> +  if (! show)
>> +    write_char ();
>>    grub_video_set_active_render_target (GRUB_VIDEO_RENDER_TARGET_DISPLAY);
>>  
>>    /* Mark cursor to be redrawn.  */
> 
> It is not designed to work in there. I think modifying this needs
> logical level approach and not ad hoc fix.
> 
> 
> _______________________________________________

Has this fix been committed yet or is there further work to be done to 
clean it up before applying it?

Pat




  reply	other threads:[~2009-02-10  2:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-07 23:14 [Bugfix] Characters disappearing in gfxterm phcoder
2009-02-08  8:47 ` Vesa Jääskeläinen
2009-02-10  2:04   ` BandiPat [this message]
2009-02-10 16:12     ` Vesa Jääskeläinen
2009-03-11 14:36   ` BandiPat
2009-03-11 21:10     ` Robert Millan
2009-03-12 13:34       ` BandiPat
2009-03-12 19:08   ` [Bugfix] Characters disappearing in gfxterm [fix committed] Colin D Bennett
2009-03-16  1:27     ` BandiPat

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=4990E097.2060204@earthlink.net \
    --to=magicpage91@earthlink.net \
    --cc=grub-devel@gnu.org \
    /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.