Re: [PATCH] Add support for ioctl TIOCLINUX, function 6 (get key modifiers) on a TTY

2003-09-26 Thread Christopher Faylor
On Fri, Aug 01, 2003 at 02:57:05AM +0200, Pavel Tsekov wrote: >2003-08-01 Pavel Tsekov <[EMAIL PROTECTED]> > > * fhandler_console.c (fhandler_console::read): Record the state of the > SHIFT, CTRL and ALT keys at the time of the last keyboard input event. > (fhandler_console::ioc

Re: [PATCH] Add support for ioctl TIOCLINUX, function 6 (get key modifiers) on a TTY

2003-08-14 Thread Christopher Faylor
On Sat, Aug 09, 2003 at 01:00:53PM +0200, Pavel Tsekov wrote: >Should the silence indicate a lack of interest ? It means I haven't had time to research it yet. I won't have time for at least a week. Corinna alert: Please let me investigate this one. Thanks. cgf

Re: [PATCH] Add support for ioctl TIOCLINUX, function 6 (get key modifiers) on a TTY

2003-08-14 Thread Pavel Tsekov
Hello, Should the silence indicate a lack of interest ? Pavel -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Online

[PATCH] Add support for ioctl TIOCLINUX, function 6 (get key modifiers) on a TTY

2003-07-31 Thread Pavel Tsekov
Hello, I'm suggesting the following patch wich allows keyboard modifiers (CTRL, SHIFT, ALT) to be retrieved by applications that might need them using an ioctl command - MC is one of them. I don't really care if the name used will be TIOCLINUX, I am open to suggestions what the proper name might f