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:from:to:subject:in-reply-to:references:date
	:message-id:mime-version:content-type; q=dns; s=default; b=DtHra
	ltLh7rOVYi8JPCQXF3Z1krXMsKaNzphRLRbivb6D52ugY0GE57iwSPKzszInsuFA
	R98WzijiZrpcnEqwQQBGUAY7Up2vK4IkoFWyLWb3DcjiBAUkIUDloUtbgESTEhi1
	s/PR7ndGJ60QTIWbv1aeRgY6tDPXJGwGBwyrTM=
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:from:to:subject:in-reply-to:references:date
	:message-id:mime-version:content-type; s=default; bh=ON0Hf550iec
	e7ubQQwtqmkYYt5I=; b=dQodtAPhaAm5W1dbBjXAVvtfGLb5WrGOsL0dEikuAN3
	zdGxkd9N/pexUSnNVA1R1Q5c92+T4eNPeFrlYwAq0abd9vHeDyVl7VEm5AYpDeOR
	wK+HOctnzSZZiVVh7vgNih5xUI8RZD5d2hK6RIlz0aMjxZCrxl+HdIWCI62LJYbo
	=
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.7 required=5.0 tests=AWL,BAYES_50,KAM_NUMSUBJECT,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=colors, Achim, achim, ANNOUNCEMENT
X-HELO: vsmx009.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: mintty 2.9.0
In-Reply-To: <09aedfda-f35b-5c33-6bef-cef52c9f041c@towo.net> (Thomas Wolff's	message of "Tue, 3 Jul 2018 09:39:30 +0200")
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>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Date: Tue, 03 Jul 2018 19:56:00 +0200
Message-ID: <87va9wi4pb.fsf@Rainer.invalid>
MIME-Version: 1.0
Content-Type: text/plain

Thomas Wolff writes:
> I guess it's more about the configuration of tmux. There is in fact a
> cursor style setting sequence that mintty newly supports.
> Please make a terminal log and check whether ^[[34h (ESC [ 3 4 h)
> appears during tmux initialization.

I figured as much meanwhile, but I've not had luck in finding a
description of that sequence until much later today (in the teraterm
documentation).  I also fell into the trap again that you really can't
recompile a terminfo entry and expect it to work until you've closed all
mintty processes.

> If so, however, the assumption is that tmux sends it on purpose, so
> the blame is on tmux :/

Not tmux, what you need to blame is the terminfo entry for
screen-256color again, specifically the cursor_normal variable.  There
are a bunch of other terminals using the same sequences though.  But I
need to set the terminal to this exact string or colors inside screen
(e.g. Emacs) don't work correctly (it falls back to some lower number of
colors and gets completely illegible with the default theme).  Anyway,
since I already needed to patch the stupid italics/bold swap in that
terminfo entry, I just patched out this bit of nonsense as well.

BTW, for the terminal logs: it'd be nice if you could set a terminal log
file from the extended context menu.  At the moment you can't actually
activate the log (grayed out) unless you've started MinTTY with the
appropriate option.

> About an option to suppress dynamic changes of cursor style, that
> might indeed be useful. I assume, though, that it should uniformly
> also suppress the DEC sequence (DECSCUSR). Or should different cursor
> attributes be addressable separately? (shape, blinking, colour??, even
> hiding???)  Design proposals welcome.

Well, one simple switchbox to "keep the cursor fixed at these settings"
next to the other cursor settings would have saved me a few hours of
heartburn.  Allowing to make each of them separately sticky would be
nicer, but it's probably also a touch too much (besides, there's be a
ton of other options that would then need the same treatment for the
same reason).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

