[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: separate key_press and key_release events
From: |
Da-Breegster |
Subject: |
Re: separate key_press and key_release events |
Date: |
Sat, 26 Jul 2008 15:10:53 -0500 |
User-agent: |
elmo/1.3.0 |
On Sat, 26 Jul 2008 14:48:08 -0400, Marc Vaillant wrote:
[snip]
> You might try pdcurses, it might behave better.
I compiled it and gave it a go, but it segfaulted frequently and had other
bugs. I don't
have enough motivation to get it working. So from what I understand, ncurses
reads
low-level keyboard events and generates output for getch(). It correctly handles
repeating, except when you interrupt it with another key. If this is the case,
I might
hack around the source and see what I can do. I'll keep the list informed of
anything.