Re: [RFC] color command

2007-07-26 Thread Robert Millan
On Thu, Jul 26, 2007 at 12:14:20AM +0300, Vesa Jääskeläinen wrote: > > Hi, > > One idea was to define themable colors and then use grub_video_map_color > to map this to hardware (color index or RGB value): > > http://grub.enbug.org/VideoSubsystem#head-0df1ed220076ff6cc8188d1a192a21d443cc2456 >

Re: [RFC] color command

2007-07-25 Thread Vesa Jääskeläinen
Robert Millan wrote: > Hi, > > I'd like to discuss the possibility of providing functionality equivalent to > the "color" command in GRUB Legacy. > > One of the downsides of how color worked in GRUB Legacy is that internally > colors were handled by GRUB directly as VGA codes. Since this isn't p

[RFC] color command

2007-07-25 Thread Robert Millan
Hi, I'd like to discuss the possibility of providing functionality equivalent to the "color" command in GRUB Legacy. One of the downsides of how color worked in GRUB Legacy is that internally colors were handled by GRUB directly as VGA codes. Since this isn't portable, I suggest that we avoid i