termcap im=
Nayuta Taga
nayuta@ganaware.org
Wed Aug 9 03:04:00 GMT 2000
Hi,
The 'cygwin' entry in /etc/termcap is incorrect. It should be
cygwin:\
:xn@:op=\#[39;49m:im=:ei=:tc=linux:
instead of
cygwin:\
:xn@:op=\#[39;49m:tc=linux:
In the 'linux' entry, 'im' and 'ei' are defined as im=\E[4h and
ei=\E[4l respectively. However, these escape sequences are ignored by
the following code at winsup/cygwin/fhandler_console.cc:870:
case 'h':
case 'l':
/* Ignore */
break;
Because of this mistake, tcsh's command line editor cannot insert
characters correctly.
--
nayuta
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list