This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: "GetNumberOfConsoleInputEvents" never 0?


Tony FITZPATRICK wrote:
> I am working on texinfo in the cdk source release and having trouble with
> the "info.exe" reader. The function "GetNumberOfConsoleInputEvents" 
always
> returns 1 when it should be returning 0. "fhandler.cc" seems to expect it 
to

Yes. After keypress and read() it returns 1 due to key release event. To 
process this properly fhandler.cc should take in mind VMIN and VTIME fields 
in termio structure.

--
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]