This is the mail archive of the cygwin-patches@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: preliminary patch2 for i18n: change the code page to ANSI.


>>> On Mon, 3 Jul 2000 19:04:59 -0400
>>> Chris Faylor <cgf@cygnus.com> said:

> >-      if (ich == 0 || (ich & 0xff) == 0xe0)  /* arrow/function keys */
> >+      if (ich == 0 ||
> >+	  /* arrow/function keys */
> >+	  (input_rec.Event.KeyEvent.dwControlKeyState & ENHANCED_KEY))
> > 	{
> > 	  toadd = get_nonascii_key (input_rec);
> > 	  if (!toadd)
> 
> Have you tested this change under Windows 95/98?

Yes, I tested it under Windows 98 and found it to work fine.

> This test against 0xe0 was a recent addition from someone who
> claimed that it made things work better under 95 or 98, I
> believe.

You are right. Before you added the test against 0xe0, this test
was done only against 0. It couldn't distinguish extended keys
under Win9x.
____
  | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
  | HOKURIKU  School of Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology

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