This diskette contains Version 8.10 of Icon for OS/2 as follows:

	lh.exe		archiving utility
	icon.lzh	executable binaries
	docs.lzh	archived documents
	samples.lzh	archived sample programs and data
	readme		this file

Both text-mode and PM versions of Icon are included. The PM version
supports X-Icon graphics.

The archives can be unloaded using the lharc utility, as in

	a:lh x a:icon.lzh

assuming the distribution diskette is in drive A:.

See ipd212.doc for information about this version of Icon and for
pointers to other documents.

OS/2 X-Icon Specifics:

Version 8.10 of OS/2 eliminates most of the differences between the
Presentation Manager and X Window versions of X-Icon.

One difference that is noticable is that backspace (\^h) is NON-destructive in
OS/2 X-Icon's cooked mode -- it does not erase any previously-typed text.
Another difference is that under OS/2, XDrawString() does not handle
newlines embedded within the string correctly (this is a bug).  In
order to draw multiple lines of text with XDrawString(),
use multiple arguments, each with its own x and y coordinates.
