Your message dated 06 Oct 2000 17:52:06 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Fixed on or before 0.5.96
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at maintonly) by bugs.debian.org; 6 Aug 1999 08:19:34 +0000
Received: (qmail 27997 invoked from network); 6 Aug 1999 08:19:34 -0000
Received: from smtp.kolumbus.fi (193.229.0.51)
by master.debian.org with SMTP; 6 Aug 1999 08:19:34 -0000
Received: from PC486.Niemitalo.LAN ([EMAIL PROTECTED] [193.229.226.156])
by smtp.kolumbus.fi (8.9.0/8.9.0) with ESMTP id LAA21554;
Fri, 6 Aug 1999 11:20:28 +0300 (EET DST)
Received: from kalle by PC486.Niemitalo.LAN with local (Exim 3.02 #1 (Debian))
id 11Cf7J-00008v-00; Fri, 06 Aug 1999 11:12:41 +0300
To: [EMAIL PROTECTED]
Subject: grub: [PATCH] Wrong highlight color after inserting/deleting lines
X-Accept-Language: fi;q=1.0, en;q=0.9, sv;q=0.5, de;q=0.1
X-URL: http://stekt.oulu.fi/~tosi/
From: Kalle Olavi Niemitalo <[EMAIL PROTECTED]>
Date: 06 Aug 1999 11:12:34 +0300
Message-ID: <[EMAIL PROTECTED]>
Lines: 28
Package: grub
Version: 0.5.92
Severity: normal
In the GRUB menu, press "e" to edit the entry, then "o" to open a
new line. Until you press another key, the selection bar is
black on white and not the color defined in the configuration
file. (I have "color=23 32".)
--- grub-0.5.92/stage2/stage2.c.orig Thu Jun 24 00:03:29 1999
+++ grub-0.5.92/stage2/stage2.c Thu Aug 5 17:42:06 1999
@@ -354,7 +354,11 @@ restart:
}
print_entries(3, 12, first_entry, menu_entries);
- set_line(4+entryno, 0x70);
+#ifdef GRUB_UTIL
+ set_line (4 + entryno, A_REVERSE);
+#else
+ set_line (4 + entryno, highlight_color);
+#endif
}
cur_entry = menu_entries;
-- System Information
Debian Release: potato
Kernel Version: Linux PC486 2.2.10 #2 ti hein� 27 23:45:55 EEST 1999 i486 unknown
---------------------------------------
Received: (at 42549-done) by bugs.debian.org; 6 Oct 2000 23:56:33 +0000
>From [EMAIL PROTECTED] Fri Oct 06 18:56:33 2000
Return-path: <[EMAIL PROTECTED]>
Received: from static204-83-206-163.reverse.accesscomm.ca (trick.fig.org)
[::ffff:204.83.206.163]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13hhLt-0004Um-00; Fri, 06 Oct 2000 18:56:33 -0500
Received: from ip216-174-145-21.evenfaster.accesscomm.ca (faust.fig.org)
[216.174.145.21]
by trick.fig.org with esmtp (Exim 2.05 #1 (Debian))
id 13hhLq-0004Ji-00; Fri, 6 Oct 2000 17:56:30 -0600
Received: from gord by faust.fig.org with local (Exim 3.12 #1 (Debian))
id 13hhHa-0003k5-00; Fri, 06 Oct 2000 17:52:06 -0600
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Fixed on or before 0.5.96
X-Attribution: Gord
From: Gordon Matzigkeit <[EMAIL PROTECTED]>
Date: 06 Oct 2000 17:52:06 -0600
Message-ID: <[EMAIL PROTECTED]>
Lines: 4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
--
Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://www.gnu.org/)
_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub