Color-patch 6

1999-07-17 Thread Peter Åstrand
I've worked a bit on support for symbolic color names. Notes: * One can't mix numeric and symbolic formats. The last patch accepted: color=0x17 green/red but this one won't. * You can't specify blinking foreground characters symbolically. Personally, I think blink is useless, but if someone

Color-patch 5

1999-07-05 Thread Peter Åstrand
I've added support for symbolic color names to GRUB. No documentation is written yet, but it works as follows: * You can give numeric values, just like before. Example: color=0x17 0x70 * You can give symbolic names, with syntax: color=foreground/background

Re: Color-patch

1999-06-06 Thread OKUJI Yoshinori
From: Peter Åstrand [EMAIL PROTECTED] Subject: Color-patch Date: Wed, 2 Jun 1999 00:48:08 +0200 (MET DST) Hello. I've made a color-patch for Grub. This makes Grub look a bit like OS/2 Boot Manager. The cursor is also turned off in the menu. I think while some people like a colorful menu

Color-patch

1999-06-02 Thread Peter Åstrand
Hello. I've made a color-patch for Grub. This makes Grub look a bit like OS/2 Boot Manager. The cursor is also turned off in the menu. Comments? diff -u4 -r cvsgrub/grub/asmstub.c grub/grub/asmstub.c --- cvsgrub/grub/asmstub.c Tue Jun 1 20:17:55 1999 +++ grub/grub/asmstub.c Wed Jun 2