delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/04/12/03:39:26

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:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=v8YFGrfJwINRNMszTV8cXsi4Cw1OIYCIUt4otaiHc/LMJK4+YBhyR
Zsd2LDN4JHzVxyNBWnI0kCJCrEg7ozAq6SEBmfy+qpbRatV2AeE4L0VsGfmjRub+
gF8l5hvFCjQ1DsFVq8yDUgTh8pI3ehLpRJiXA/NsH9JKm63qeclv8I=
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:reply-to:to:from:subject:message-id:date
:mime-version:content-type:content-transfer-encoding; s=default;
bh=NwwrQNozTUAXYth5MxASI4jVpE0=; b=mRZxnS4RiWTEHcO4E86wF40yOjaE
hJzo2toA1RbaaJO5TtvWsynQ1E4aRmbKPORr+jyoLMEsGeqEX4ZirqH74G/H4cLM
THpO0/3lPn20nOdAmzEyWoN3/aWcuiVNiAzhTcopWm3i4OQWp2sHcz5/9eyln0b0
mF9xsCcEHdNt+a0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=ALL_TRUSTED,BAYES_00,FORGED_MUA_MOZILLA,GIT_PATCH_2,KAM_NUMSUBJECT autolearn=ham version=3.3.2 spammy=Hx-languages-length:1904
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
To: cygwin AT cygwin DOT com
From: Thomas Wolff <towo AT towo DOT net>
Subject: [ANNOUNCEMENT] Updated: mintty 2.8.5
Message-Id: <announce.a8a6bfdb-04c5-5150-4919-41113f417c2e@towo.net>
Date: Thu, 12 Apr 2018 09:25:31 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
MIME-Version: 1.0
X-UI-Out-Filterresults: notjunk:1;V01:K0:yj+4wed3QTE=:gv4OagsW0D7O4DE+mJ4CPb VGV/myZ3+rF2T7JOvT3uJdVIZq0xnOLh2nmLOqf2ZD+waqutky0jLs3GS0OhwmQFJ2oUGjmAe 4YZHBM7L9fBvBCISfJuUeiQNL0r1OSatyqqAbgdRHC09w539xA5xKwfvNpmAlDwmi14vjqrTU o7lze50iVUD7/mUiFHmna7QZ+2MyPhbXEHieCH5VlCXZwWDKyoDogHSaVsvG5H+mX0eh2LgbZ uuvyGq9O1DPtbU7mttnZNXawTRZrkjJFb2nCYx3EKkClttR63YueAbkvlzsXVzq4yRcXb6fkC W8kd4efj/p7pqhdfxXKP1nLrIGbQIPvA8brRQTWBOA4X7Yak8wupsw9nUNXjc+8kN/4r3koWk Ls4Hov+d5Zss7DrKgnslaEuyDWd19TANF3A09f7QEtP+e5uq2SLp2GiJNQTWdPO0V4pToz0IU VIPzaXNquGKIcxE2GQUBQE97/5qBwpCHmSrhcU06SwwJFbjrr4CDsRmlTvnAoyqYMBa4fuHTX hgMeg1U3ibuAyGG7Kcl7vbLhu9Fcph4UTzKI0PdWFUDYIQP1r4tHDYsgFje0SE2qcQTztiybp ahhcepxLjWH+h+z1sgEIFUxe9l648LEqRHupIk0lKESR6bN3h1bz2TLol0muPkAx/xAyeTh6W li1PrGD3usoVokafhIyTMYt67dteULt3LlPsSjcNg2y6mlCRy3S+SDyEZF9fatDCaubhAUMTc LpdXZNwcMXI8g2Tjpy96bYJWTK367dzOzE7Fdk3QNBXvL5celtKDclbXfdk=
X-IsSubscribed: yes

I have uploaded mintty 2.8.5 with the following changes:

Character handling and rendering
   * CJK brackets are expanded if needed to ensure their symmetry (#756).
   * Support of emoji style text attribute SGR 51/52 (mintty/wsltty#82, 
#600).
   * Fixed emoji display variation selector handling.
   * Character Info displays emoji sequence short names 
(mintty/wsltty#82, #600).
   * Reverted Sixel colour registers patch that could fail Sixel display 
or even stall mintty window (#740, mintty/wsltty#90).

Input
   * Reenabled Ctrl+key escape sequences (#743).
   * Input optionally keeps selection highlighting 
(ClearSelectionOnInput=false) (#222).

Mouse handling
   * Reenabled drag-and-drop text selection on focussing at a threshhold 
(~#717).

Configuration
   * Alt+F2 and mintty --dir=... stay in selected dir even in login mode 
(#500, #744).
   * Fixed option --dir=...
   * Context menu configuration (MenuMenu etc): new flags 'x' and 'u' 
(#755).
   * More layout-tolerant colour value syntax (#758).
   * Invocation as wsl*[-distro].exe implies a --WSL[=distro] parameter 
(mintty/wsltty#63).
   * Added missing option `mintheme --list`.
   * New mintheme options --file (#762) and --query.
   * New option ClearSelectionOnInput=false disables selection highlight 
clearing on input (#222).

Window handling
   * Clear selection when clipboard content updated (#742).
   * Skip refresh after colour setting if nothing changed (e.g. by prompt).

Desktop integration
   * WSL mount point configuration (/etc/wsl.conf or fstab) is 
considered in path conversion for open/paste (mintty/wsltty#91).
   * Workaround for ConEmu WM_MOUSEACTIVATE bug (#724).

Documentation
   * Terminal multiplexer configuration: added tmux (#757).
   * Search bar: activated also from context menu (#753).

The homepage is at http://mintty.github.io/
It also links to the issue tracker.

------
Thomas

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

- Raw text -


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