X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: <87zhz9bcyt DOT fsf AT Rainer DOT invalid> <99897D710406F142A5DE486B0F3B7BC101461E7DBB AT EMP-EXMR203 DOT corp DOT leidos DOT com> <09aedfda-f35b-5c33-6bef-cef52c9f041c AT towo DOT net> <87va9wi4pb DOT fsf AT Rainer DOT invalid> <9e3c9045-4d02-cd66-dae1-8558cdf2a14f AT towo DOT net> <519069560 DOT 20180704024051 AT yandex DOT ru> <78570129-7850-f9b7-4438-38b5b40357c8 AT towo DOT net> In-Reply-To: <78570129-7850-f9b7-4438-38b5b40357c8@towo.net> From: Wayne Davison Date: Wed, 4 Jul 2018 12:39:07 -0700 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: mintty 2.9.0 To: cygwin 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