Bug#586953: Reopen Bug#586953
Jörg Sommer
joerg at alea.gnuu.de
Sat Jul 31 20:45:37 UTC 2010
Hi Vladimir,
Vladimir 'φ-coder/phcoder' Serbinenko hat am Tue 20. Jul, 14:56 (+0200) geschrieben:
> On 07/11/2010 09:58 PM, Jörg Sommer wrote:
> > grub2 (1.98+20100705-1) unstable; urgency=medium
> >> .
> >> * New Bazaar snapshot.
> >> - Bidi and diacritics support.
> >> + Use terminfo for ieee1275 terminals (closes: #586953).
> >>
> > I'm sorry, but this doesn't fix my problem. I've installed and run this
> > new release, but I still have the problem that the commandline or editing
> > mode is left, when I hold down an arrow key.
> >
> >
> I think that for some reason your ieee1275 is slower than the nominal
> 9600. Try following patch:
> === modified file 'term/terminfo.c'
> --- term/terminfo.c 2010-05-09 11:26:52 +0000
> +++ term/terminfo.c 2010-07-20 12:55:33 +0000
> @@ -368,11 +368,11 @@
> #define CONTINUE_READ \
> { \
> grub_uint64_t start; \
> - /* On 9600 we have to wait up to 12 milliseconds. */ \
> + /* On 9600 we have to wait up to 100 milliseconds. */ \
> start = grub_get_time_ms (); \
> do \
> c = readkey (); \
> - while (c == -1 && grub_get_time_ms () - start < 12); \
> + while (c == -1 && grub_get_time_ms () - start < 100); \
This patch doesn't solve the problem. I've modified the sources of
version 1.98+20100722 according to this patch, but the problem remains.
Bye, Jörg.
--
MCSE = Minesweeper Consultant & Solitaire Expert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature http://en.wikipedia.org/wiki/OpenPGP
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100731/3cea98c6/attachment.pgp>
More information about the Pkg-grub-devel
mailing list