This is the mail archive of the cygwin-patches@cygwin.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]
Other format: [Raw text]

A patch for the cygwin1.dll console handler


Hello,

I have made a patch to the cygwin1.dll .
Its main purpose is to allow a nul character to be input from a french keyboard. Also this patch adds some othre functions keys. If you are interrested you have the diff -up file from the last cvs 03/03/2003 05:00  fhandler_console.cc

the binding added are:
* ctrl-spc: nul character
* ctrl-f1 through ctrl-f10: \e7~ through \e16~
* alt-f1 through alt f10: \e[38~ through \e[47~
* app key binded to: \e[50~
* ctrl-tab and alt tab bind to esc tab. 
* and some other minor binding; (see the attachment).

If you want, you can use this patch and you can add it to a next  version of cygwin1.dll.


Daniel.

Attachment: fhandler_console.diff
Description: fhandler_console.diff


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