Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Bean
On Tue, Aug 5, 2008 at 6:59 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bean <[EMAIL PROTECTED]> writes: > >> On Tue, Aug 5, 2008 at 6:15 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> Bean <[EMAIL PROTECTED]> writes: >>> Currently, the color handling in grub-emu is broken, so

Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Tue, Aug 5, 2008 at 6:15 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Bean <[EMAIL PROTECTED]> writes: >> >>> Currently, the color handling in grub-emu is broken, sometimes you see >>> nothing on screen. This patch fix it, now variable menu_color_

Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Bean
On Tue, Aug 5, 2008 at 6:15 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Hi, > > Bean <[EMAIL PROTECTED]> writes: > >> Currently, the color handling in grub-emu is broken, sometimes you see >> nothing on screen. This patch fix it, now variable menu_color_normal >> and menu_color_highlight works p

Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Marco Gerards
Hi, Bean <[EMAIL PROTECTED]> writes: > Currently, the color handling in grub-emu is broken, sometimes you see > nothing on screen. This patch fix it, now variable menu_color_normal > and menu_color_highlight works properly in grub-emu. > > 2008-08-02 Bean <[EMAIL PROTECTED]> > > * util/co

Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Bean
On Tue, Aug 5, 2008 at 3:54 PM, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: > Bean wrote: >> >> Hi, >> >> Currently, the color handling in grub-emu is broken, sometimes you see >> nothing on screen. This patch fix it, now variable menu_color_normal >> and menu_color_highlight works properly in gru

Re: [PATCH] Fix color problem the grub-emu

2008-08-05 Thread Vesa Jääskeläinen
Bean wrote: Hi, Currently, the color handling in grub-emu is broken, sometimes you see nothing on screen. This patch fix it, now variable menu_color_normal and menu_color_highlight works properly in grub-emu. + +static grub_uint8_t color_map[NUM_COLORS] = +{ + COLOR_BLACK, + COLOR_BLUE, +

[PATCH] Fix color problem the grub-emu

2008-08-01 Thread Bean
Hi, Currently, the color handling in grub-emu is broken, sometimes you see nothing on screen. This patch fix it, now variable menu_color_normal and menu_color_highlight works properly in grub-emu. 2008-08-02 Bean <[EMAIL PROTECTED]> * util/console.c (grub_console_cur_color): New variab