Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000809190401O.nayuta@ganaware.org> Date: Wed, 09 Aug 2000 19:04:01 +0900 From: Nayuta Taga 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