| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Subject: | termcap im= |
| To: | cygwin AT sources DOT redhat DOT com |
| Cc: | nayuta AT ganaware DOT org |
| X-Mailer: | Mew version 1.94.1 on Emacs 20.7 / Mule 4.1 (AOI) |
| Mime-Version: | 1.0 |
| Message-Id: | <20000809190401O.nayuta@ganaware.org> |
| Date: | Wed, 09 Aug 2000 19:04:01 +0900 |
| From: | Nayuta Taga <nayuta AT ganaware DOT org> |
| X-Dispatcher: | imput version 991025(IM133) |
| Lines: | 28 |
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |