From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17195 invoked by alias); 1 May 2014 10:14:09 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17176 invoked by uid 89); 1 May 2014 10:14:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 01 May 2014 10:14:06 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wfo09-0002yB-3p for cygwin@cygwin.com; Thu, 01 May 2014 12:14:01 +0200 Received: from ip-79-120-1-4.bb.netbynet.ru ([ip-79-120-1-4.bb.netbynet.ru]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 12:14:01 +0200 Received: from ConEmu.Maximus5 by ip-79-120-1-4.bb.netbynet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2014 12:14:01 +0200 To: cygwin@cygwin.com From: Maximus5 Subject: Re: Screen crippled by applications using alternative screen Date: Thu, 01 May 2014 10:14:00 -0000 Message-ID: References: <20140425173617.GB346@ednor.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00008.txt.bz2 Christopher Faylor cygwin.com> writes: > I don't see the behavior that you are specifying but I doubt that what > you are seeing has anything to do with the gobbledegook on the above > page. If you do want "Cygwin" to send ANSI escape sequences then you'll > need to make sure that you're using a package which knows how to send > them, i.e., an ncurses-using package, and that the TERM environment > variable is set appropriately. Hi, about gobbledegook Looking into imports of cygwin's shot.exe I can see "cygncursesw-10.dll". Does that mean it is "using a package which knows how to send them"? Checking for environment $ set | grep TERM TERM=xterm Ok? But sh.exe is using Windows console API instead of writing ANSI to stdout. What is wrong? regards -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple