
Notes from Tom Oehser (Tom@Toms.Net):

No-one but me seems to be interested in this program, I guess I'll try to
maintain it.  So far, I have fixed 3 things for Linux:

-changed setpgrp to setsid as Linux (libc5, at least) needs it for ctty

-changed array indices to unsigned so that it now supports 8-bit chars

-send an initial sigwinch so that the kernel sets the initial pty size

it was called "2.3" I think, so now it must be "2.7"

I got it from:
	http://www.bblink.com/usr/skunk/src/Tools/ile-2.01/

There is also a (slightly different) version at:
	ftp.lth.se in comp sources unix volume 25 number 17

There is also a "lile" adaptation.


