This directory contains a simple client-side library for the kinput2
protocol, and a patch for kterm that makes kterm use kinput2 protocol
and over-the-spot conversion.

* Files
	convlib.c	-- a simple client-side library

	kconvert.c
	kterm.patch	-- patch for old versions of kterm.


* How to make kterm with over-the-spot conversion capability?

1. If you have the latest version of kterm (version 5.1, the one comes
   with X11R5), use it. This version needs no modification.
   If you don't have it but have version 4.1.0 or 4.1.2, follow the
   instructions below.

2. Replace convlib.c and kconvert.c in the kterm source directory
   with those in this directory, copy ../include/ConvProto.h,
   then apply kterm.patch.

	% cp convlib.c kconvert.c kterm.patch <kterm source directory>
	% cp ../include/ConvProto.h <kterm source directory>
	% cd <kterm source directory>
	% patch < kterm.patch

3. Now you can build kterm with xmkmf and make.

	% xmkmf
	% make
