X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=DCIBVe6
	A9/TC6L8HA4AW1ynLjjq3i5Fhp/VHLqymD4fXCwdIXeN9+UW7XhlTqxvKXijAswa
	IvVv1KrtutI8vcyAh64nPrn2P1FiF7q75yDzjQSCsEs2ehe0tT9jNJ4h3xvNyMt6
	gSaiFibhRtp9a9wKSHuDLR/qgJgyt3vSwhZM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=NRXfWYn+Lnb0m
	WDeovIXH75SfFI=; b=XR3NAs2oa86dm9IO44F50Ic9R1Ew/qJ0kF0j4BmGd/tZR
	coYFQ4NxLE6i3+k3M3pEG18ns3DY9N9KV+IhNzeiVFUMEAKdIEW/ZiQ0EwW6KlUw
	bqNOfkU8D8W4SivFxd7lGe/JCvw7GDVyVmEixA0VgBy9ndZuvjYxcfj5ZPwQ0c=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=ages, Hx-languages-length:658
X-HELO: pdx1-sub0-mail-a7.g.dreamhost.com
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h=	mime-version:references:in-reply-to:from:date:message-id:subject	:to:content-type; s=opencoder.net; bh=0505ephkBxiQVYuDtmpR7h0zDg	4=; b=MmOaBeIJr2dwn69/62UVVIWb0mym5WYWVyo0el3n4wDl02oEOtlmy0a6aV	i1SdoUhdlzGR2EdXX5z8PPBAb7R5WbPBY87iSRL42MWhwlAxdPxfRLg19fbWzSTi	LiuDqKmc7NF7jJrEFaq/bcCtXNp7UegXY5SOmRH9XTUaJoL6o=
MIME-Version: 1.0
References: <announce.f1fa99f9-4d45-8314-50ed-ac95b79dd43d@towo.net> <87zhz9bcyt.fsf@Rainer.invalid> <99897D710406F142A5DE486B0F3B7BC101461E7DBB@EMP-EXMR203.corp.leidos.com> <09aedfda-f35b-5c33-6bef-cef52c9f041c@towo.net> <87va9wi4pb.fsf@Rainer.invalid> <9e3c9045-4d02-cd66-dae1-8558cdf2a14f@towo.net> <519069560.20180704024051@yandex.ru> <78570129-7850-f9b7-4438-38b5b40357c8@towo.net>
In-Reply-To: <78570129-7850-f9b7-4438-38b5b40357c8@towo.net>
From: Wayne Davison <wayne@opencoder.net>
Date: Wed, 4 Jul 2018 12:39:07 -0700
Message-ID: <CAHSx_Ssup2Cj6xCBynNTb0cXj_k5RMYkc6fyMvDjDrttKdQmzA@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] Updated: mintty 2.9.0
To: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Tue, Jul 3, 2018 at 11:40 PM Thomas Wolff wrote:
> But which application does actually send the cnorm sequence?

The vim editor likes to send it.  I just ran into this issue with the
new mintty whenever I edit in screen.  I ended up changing this line
in my .screenrc (which has been there for ages):

termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'

into this:

termcapinfo xterm 'vi=\E[?25l:ve=\E[34l\E[?25h:vs=\E[1 q'

That puts a blinking block into "vs" but I haven't found an app that
outputs that part yet (the tweak to "ve" makes it force a solid block
cursor, which is what I needed).

..wayne..

--
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

