Re: Re[2]: [PATCH] edit.c, init_dynamic_edit_buffers (was Re[2]:CR/LF translation)

2002-09-23 Thread Pavel Roskin
Hello! Maybe for 4.6 we can apply a very simple and harmless patch which I attached. It does the following: 1. All reads and writes will be in binary mode, so DOS encoded files corruption under cygwin will be fixed 2. CR will become visible as ^M and editable, exactly the same way as in

[PATCH] edit.c, init_dynamic_edit_buffers (was Re[2]: CR/LF translation)

2002-08-22 Thread Pavel Tsekov
Hello, Pavel and Alexander! :) Monday, July 29, 2002, 12:11:30 AM, you wrote: PR Hello! I changed mc to support CR/LF translation, patch is attached. It is very useful for cygwin and also useful under unixes if it is necessary to edit files in dos encoding. There is some old code in mc for