[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] sleep.mod
From: |
Yoshinori K. Okuji |
Subject: |
Re: [PATCH] sleep.mod |
Date: |
Wed, 20 Feb 2008 22:20:23 +0100 |
User-agent: |
KMail/1.9.4 |
On Sunday 17 February 2008 15:18, Alexandre Boeglin wrote:
> I have a few issues with this on a EFI machine:
> - if I press any other key but ESC, the sleep command is not interruptible
> anymore
> - the keys I press are read when the command returns
>
> Does this happen on other machines as well ?
It must be consistent with all architectures, since the terminal API assumes a
FIFO buffer for key inputs.
Anyway, I don't like the current implementation of sleep. Robert, are you
going to change it according to our discussion?
Okuji