Re: Small suggestion: separators in menu

2002-04-22 Thread Klaus Reichl
Okuji wrote: > At Mon, 22 Apr 2002 11:54:53 +0200 (MEST), > Klaus Reichl wrote: > > separator --solid # drawing a line like top and bottom > > separator "Some Text" # show "Some Text" like in title but > > # make it non-selectable > > I'm

Re: Small suggestion: separators in menu

2002-04-22 Thread Hari Narayanan
. I am pretty happy with the way it is. Hari From: "Yoshinori K. Okuji" <[EMAIL PROTECTED]> To: Klaus Reichl <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Small suggestion: separators in menu Date: Tue, 23 Apr 2002 02:18:27 +0900 At Mon, 22 Apr 2002 11:54:53 +020

Re: Small suggestion: separators in menu

2002-04-22 Thread Yoshinori K. Okuji
At Mon, 22 Apr 2002 11:54:53 +0200 (MEST), Klaus Reichl wrote: > separator --solid # drawing a line like top and bottom > separator "Some Text" # show "Some Text" like in title but > # make it non-selectable I'm not very concerned about the syntax

Re: Small suggestion: separators in menu

2002-04-22 Thread Klaus Reichl
> "Okuji" == Yoshinori K Okuji <[EMAIL PROTECTED]> writes: Okuji> At Mon, 15 Apr 2002 23:29:26 -0700, Okuji> Doug Shea wrote: >> I think it would be nifty to be able to draw a line to separate >> sections of the GRUB menu. Okuji> If it doesn't have to be elegant, you ca

Re: Small suggestion: separators in menu

2002-04-16 Thread dman
On Tue, Apr 16, 2002 at 04:52:10PM +0900, Yoshinori K. Okuji wrote: | At Mon, 15 Apr 2002 23:29:26 -0700, | Doug Shea wrote: | > I think it would be nifty to be able to draw a line to separate | > sections of the GRUB menu. I like this too. | If it doesn't have to be elegant, you can write

Re: Small suggestion: separators in menu

2002-04-16 Thread Yoshinori K. Okuji
At Mon, 15 Apr 2002 23:29:26 -0700, Doug Shea wrote: > I think it would be nifty to be able to draw a line to separate > sections of the GRUB menu. If it doesn't have to be elegant, you can write something like this to achieve the same effect: title Foo kernel (hd0,0)/foo title ---

Small suggestion: separators in menu

2002-04-15 Thread Doug Shea
I think it would be nifty to be able to draw a line to separate sections of the GRUB menu. I sifted through the source, and it looked like such a thing wouldn't be crazy-hard to implement; the code is well-organized. I'd give it a go myself, but I only have the one machine here... I'd gue