delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/04/01/08:21:05

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6C5AA385BF92
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=towo.net
Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo AT towo DOT net
Subject: Re: Issue with mintty: title not updated when background process
exists
To: cygwin AT cygwin DOT com
References: <c0d8bcc6-5620-dcf8-d462-02083d85c41d AT orange DOT fr>
From: Thomas Wolff <towo AT towo DOT net>
X-Tagtoolbar-Keys: D20200401142017747
Message-ID: <7ea4c66b-5463-dccb-9a19-acd0ffb546c0@towo.net>
Date: Wed, 1 Apr 2020 14:20:17 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
Thunderbird/68.6.0
MIME-Version: 1.0
In-Reply-To: <c0d8bcc6-5620-dcf8-d462-02083d85c41d@orange.fr>
X-Provags-ID: V03:K1:g2R7dgVeEqlB1jj8y7am9ccYHNOBizHLLaUd/OvTafY1ctMPkFq
kSHCx45lWIDMRLPor9mhuHEh/3qImqTIHLdlPhe2+48iTepK4Yu8nBOT3brpsmrOQ1T9CEe
Ar2gEX6FUaf/hSFCNrHXQRTdKxQyN9sGgQmmmlr/LIN0JagesITuLdmd8ay0FSb5vKq/JfU
eQTwl/xvYRJPvaY+qd/7A==
X-UI-Out-Filterresults: notjunk:1;V03:K0:Sf0PV4/KT44=:51PuKOXIFpu38xQjR0NeDg
qC8SNQyeeVXF6bbl0QJJOpHjmdOgMB09YRnbxDJlBTv9eNSG9l3FaC56HQ2Gu7jWXc02qIEvQ
XFyEmNQqFiLlExhk7O4Dl47iqaSUH4FTJlEMfyqfCevf05YK9ep4RmOhO/MiiIIEM1ze1a5Gk
EaoXX2Jn81FIRBtatYjfWnG6lmqGmKrZbZb9Edph2/63Ov0EIXfJ9jw4LlVPAfevUXnRZ2VJE
TTGQMD9FOvY70JB6DA49K0no7A4uRcCuYSwfkyRz1XW1fUnb1R7wcHrXihpCFhcQ/NLRUwsY/
ehLgyUcEwEAk61jzW+NSv454E6c0Tyf2zdLGWWOh9FTo0coZ6CthzpWjoBfMvjlRUhhBfknb7
7gF94VlSHvz4SAozmcuuOmP/jRp0o6tvbDkxuxaRMeow7JGs4Vm6IQzwEpVMKrhIe75nPf5FW
mBKUnHfrkJM8N2OU/G6ddSvCghV+mp4Mq6c8zTVwPr7RnLOLrp5fpW3oFR8fu/GVLIS/LHvGu
kNkjurN4MDzPZvrnS+T4uJJ9C0iK/4+UTMhOm0Nvz/aZ9hKGPWmF3vvEjV4+u2nf5iUoW6aBO
6BNIcCvuwrdZZiwhT0KNfCVpscTC8VKP7EuJE4juuKRUuTw65OxTXJ7Nh55BMH7d/BQ2YIgS2
CBwQiJXysZ7XBC9nG/pc2iYuSLOipWsMxyrZ5OQSq+4C4HImxqgmptPkJN44NN2SrkmEQEoHq
KrBpZ9XotbuCqFKwSiite4bNWjSZe54FX4WW138QGVfx/4Ou03SGIpH9/CNpnbWQjDnA9pby+
7jruN8/FEWxkoUGUiRR/IwGelpz/pFCrQYhyx8uwj1MQr50K5E=
X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE,
SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <http://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 031CKkCV015284

Am 01.04.2020 um 13:07 schrieb Luc Henninger:
> Hello,
>
> I have defined the PS1 variable as follow
> PS1='\[\e]0;\w\a\]\[\e[32m\]\u@\h \[\e[35m\]\w\[\e[0m\]\n\$ '
> so that the cur dir is set as title of the window.
>
> This generally work for both mintty or cmd.
> But after the sequence
>   Luc AT Mulan ~
>   $ emacs &
>   [1] 371
>   Luc AT Mulan ~
>   $ cd bin
>   Luc AT Mulan ~/bin
>   $
> the title of the mintty widow remain to "~".
>
> The same sequence with cmd window change the title to "~/bin"
>
> The title is correctly updated only after I close emacs and push a 
> return to the main window.
>
> Any explanation? Thanks
Noted first, this is in any case not a mintty issue as mintty updates 
the title whenever it receives the respective escape sequence. The 
scenario sounds weird, however. Is the background process continuously 
sending title escape sequences? But 'emacs &' looks like you're starting 
a GUI instance of emacs, right? So why should it?
Thomas
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019