RE: patch to cygwin1.dll

2003-03-10 Thread COTTO Daniel FTRD/DMI/CAE
di 10 mars 2003 18:39 A : [EMAIL PROTECTED] Objet : Re: patch to cygwin1.dll Try using esc . that says repeat the last command. if you want to repeat it more then once then use esc 10 . That is dot not a period by the way. This is the way all current varents of vi work that I have found. This w

Re: patch to cygwin1.dll

2003-03-10 Thread Randall R Schulz
Wayne, I'm not talking about repeating a command (and it's period / dot / "." that does that, not ESC), I'm talking about repeating (while in input mode) the sequence entered the last time you were in input mode. Of course, ESC terminates input mode and takes you back to command mode. Randall

Re: patch to cygwin1.dll

2003-03-10 Thread wayne
Try using esc . that says repeat the last command. if you want to repeat it more then once then use esc 10 . That is dot not a period by the way. This is the way all current varents of vi work that I have found. This will repeat either commands or text input.. depends on what your last keys pres

Re: patch to cygwin1.dll

2003-03-10 Thread Randall R Schulz
Daniel, I don't know if this is obsolete information or not, but back in the old Vi (not Vim) days, one could type NUL while in input mode to repeat the most recently typed input sequence. Ever since the days of real terminals has passed (at least for use in everyday programming work) I've fig

Re: patch to cygwin1.dll

2003-03-10 Thread Igor Pechtchanski
On Mon, 10 Mar 2003, COTTO Daniel FTRD/DMI/CAE wrote: > Hi , > > 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 file from the

Re: patch to cygwin1.dll

2003-03-10 Thread Michael A Chase
On Mon, 10 Mar 2003 08:39:28 +0100 COTTO Daniel FTRD/DMI/CAE <[EMAIL PROTECTED]> wrote: > If you want, you can use this patch and you can add it to a next > version of cygwin1.dll. Please read http://cygwin.com/contrib.html . -- Mac :}) ** I normally forward private questions to the appropriat

patch to cygwin1.dll

2003-03-09 Thread COTTO Daniel FTRD/DMI/CAE
Hi , 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 file from the official cygwin-1.3.20-1 fhandler_console.cc the binding added ar