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]

elvis & vim, was Re: Does anyone have a man command??



Reply-to: chuck@ethereal.ru

ap096@po.cwru.edu wrote in a message to Chuck:

 ap> I tried to build a native GNU-WIN32 version of the VI clone VIM. It
 ap> compiled but exhibited the same behavior -that is the program 
 ap> started, displayed 'Empty Buffer' and completely locked up.  I 
 ap> haven't gotten any further on this yet.

i've found one problem: for some reason it tries to read more that 1 char after 
setting the terminal to 1-at-a-time. the place is in the file src/unix.c, line 
number 2337(?). it reads:

(size_t)(INBUFLEN - inbufcount));

it should read

sizeof(char));

however, that does not solve the problem completely :(


-
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]