Mail Archives: djgpp/1996/08/09/23:00:26
On Mon, 05 Aug 1996 16:38:01 GMT, JEM <Jere_McDevitt AT theratx DOT com>
wrote:
: > : Well, (and others might be interested in this) I retrieved the source
: > : for JED and discovered that if code uses the open command when using
: > : DJGPP (gcc) then long file names aren't supported. However, _open
: > : does use long file names.
I looked at the library source for version 2 of DJGPP. It looked to
me like simply using `open' should work with long filenames and that
`open' is a wrapper around `_open'. Perhaps someone more
knowledgeable than me will clear this up. DJ?
: Good work on the editor. I used to use BRIEF but like this. The only
: thing I miss is block copying (not row copying) where I could delete a
: column of characters.
This capability has been there since day one. Look at the intrinsic
functions:
open_rect kill_rect insert_rect copy_rect blank_rect
--
John E. Davis Center for Space Research/AXAF Science Center
617-258-8119 MIT 37-662c, Cambridge, MA 02139
http://space.mit.edu/~davis
- Raw text -