[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch for setting the keyboard LEDs state
From: |
Marcus Brinkmann |
Subject: |
Re: Patch for setting the keyboard LEDs state |
Date: |
Fri, 30 Jan 2004 20:13:07 +0100 |
User-agent: |
Mutt/1.5.4i |
On Fri, Jan 30, 2004 at 07:21:15PM +0100, Marco Gerards wrote:
> The ttychars call checks if the tty is not initialized yet with:
>
> if ((tp->t_flags & TS_INIT) == 0) {
> ...
> tp->t_state |= TS_INIT;
> }
That's what I meant. Looks good.
Ok for me now,
Marcus
--
`Rhubarb is no Egyptian god.' GNU http://www.gnu.org marcus@gnu.org
Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/
Re: Patch for setting the keyboard LEDs state, Marco Gerards, 2004/01/30
Re: Patch for setting the keyboard LEDs state, Alfred M. Szmidt, 2004/01/29