Re: [SeaBIOS] [PATCH] boot: Increase description size in boot menu

2017-08-24 Thread Gerd Hoffmann
On Tue, 2017-08-22 at 07:39 +0200, Paul Menzel wrote: > Dear Kevin, > > > Am Dienstag, den 02.05.2017, 20:04 -0400 schrieb Kevin O'Connor: > > On Tue, Apr 25, 2017 at 01:06:53PM -0400, Kevin O'Connor wrote: > > > Increase the boot menu description size so that menu items up to > > > 80 > > > char

Re: [SeaBIOS] [PATCH] boot: Increase description size in boot menu

2017-08-21 Thread Paul Menzel
Dear Kevin, Am Dienstag, den 02.05.2017, 20:04 -0400 schrieb Kevin O'Connor: > On Tue, Apr 25, 2017 at 01:06:53PM -0400, Kevin O'Connor wrote: > > Increase the boot menu description size so that menu items up to 80 > > characters display without truncation. > > > > Reported-by: Rene Shuster > >

Re: [SeaBIOS] [PATCH] boot: Increase description size in boot menu

2017-05-03 Thread Rene Shuster
Thanks. On Tue, May 2, 2017 at 8:04 PM, Kevin O'Connor wrote: > On Tue, Apr 25, 2017 at 01:06:53PM -0400, Kevin O'Connor wrote: > > Increase the boot menu description size so that menu items up to 80 > > characters display without truncation. > > > > Reported-by: Rene Shuster > > Signed-off-by:

Re: [SeaBIOS] [PATCH] boot: Increase description size in boot menu

2017-05-02 Thread Kevin O'Connor
On Tue, Apr 25, 2017 at 01:06:53PM -0400, Kevin O'Connor wrote: > Increase the boot menu description size so that menu items up to 80 > characters display without truncation. > > Reported-by: Rene Shuster > Signed-off-by: Kevin O'Connor FYI, I committed this patch. -Kevin

[SeaBIOS] [PATCH] boot: Increase description size in boot menu

2017-04-25 Thread Kevin O'Connor
Increase the boot menu description size so that menu items up to 80 characters display without truncation. Reported-by: Rene Shuster Signed-off-by: Kevin O'Connor --- src/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.c b/src/boot.c index 706b7df..59623fb 10