From: Satish Chittamuru (satishc@microsoft.com)
Date: 10/01/92


From: satishc@microsoft.com (Satish Chittamuru)
Subject: Termcap question
Date: 01 Oct 1992 07:50:28 GMT

I am trying to port elvis-1.6 and I have succeeded except for one
small bug due to what seems to be a slight misunderstanding in
the termcap functionality.

Basically, Elvis seems to think that one needs to wrap each IC (insert
character terminal escape) output with a preceding IM (insert mode) and a
succeeding EI (end insert mode). But the IM followed by IC is causing an
extra space to be inserted every time I insert a character. Removing the
IM & EI output seems to work just fine. Is this okay or are the IM & EI
really necessary along with some other fancy stuff?

If someone can answer this soon, I will upload the compiled binaries
in the next couple of days. Thanks.

-- 
Satish K. Chittamuru                            satishc@microsoft.com
=====
Disclaimer: The opinions expressed herein, either stated or implied, are
solely my own and do not reflect Microsoft's views in any manner.