From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: About an issue found using Emacs in windows Terminal Date: Thu, 10 Feb 2022 08:00:05 +0200 Message-ID: <83ee4buuqi.fsf@gnu.org> References: <407028283.1189076.1644442453682@mail1.libero.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9152"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 10 07:09:12 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nI2dj-0002Bp-Lv for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Feb 2022 07:09:11 +0100 Original-Received: from localhost ([::1]:44876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nI2di-0007z3-6m for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Feb 2022 01:09:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI2V4-0005xb-UJ for emacs-devel@gnu.org; Thu, 10 Feb 2022 01:00:14 -0500 Original-Received: from [2001:470:142:3::e] (port=49644 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI2V4-0004Gx-D4; Thu, 10 Feb 2022 01:00:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=PfHfTgbLYil76UqdoojdncMGJ08gl+roKoaMGc1tc8U=; b=NWBeLvyHjzNm Zagl5TDNDm6/ZjIHBhqg2m0IsAHNyKWfQR9LUe4YfHcFGNgZLUD6tMOleTfaDDiR3xQ2NCIsbjK7x cCvx3XNdDRjDbaOwp108OhPXKeTHrb+txLYvAMLthehf1ixzn47Tt7Vg1o61cBF5IlLPqffNLTI/R maM8uphVLNFSDhbULP48tAmidGU+ReMY8YjUPytOMnQmFfhlMec0k86OGO/lmcZthRa51lKP06uPq JcYgJwemF+7nlXTs7qLj1w78q4iznkXBfnE5kOfcvgQTPRHDhwAdV4Qig7TzHoEyNDOFQJH7GXKUj 3pfR+bSucc+vFr1+eZkcsA==; Original-Received: from [87.69.77.57] (port=1983 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI2V0-0003ZM-Jp; Thu, 10 Feb 2022 01:00:14 -0500 In-Reply-To: <407028283.1189076.1644442453682@mail1.libero.it> (message from Angelo Graziosi on Wed, 9 Feb 2022 22:34:13 +0100 (CET)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286123 Archived-At: > Date: Wed, 9 Feb 2022 22:34:13 +0100 (CET) > From: Angelo Graziosi > > Using a nox build in WSL2 on Windows Terminal (WT) I saw that quitting Emacs the cursor stops blinking in WT. So I flagged this to WT people: https://github.com/microsoft/terminal/issues/12372 > > They concluded, if I understand, that is an Emacs issue. If someone could tell how to detect whether the cursor blinks on a TTY, we could do that on entry and then refrain from turning it off on exit. And PLEASE in the future report such problems to the bug tracker, not here.