From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46514 invoked by alias); 2 Jul 2018 00:22:04 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 126855 invoked by uid 89); 1 Jul 2018 22:45:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_50,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=tracker, effective, Thomas, switching X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.9.0 Message-ID: Date: Mon, 02 Jul 2018 00:22:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-07/txt/msg00001.txt.bz2 I have uploaded mintty 2.9.0 with the following changes: Highlights (details see below)   * Background image and texture support.   * Enhanced multi-monitor DPI handling.   * Underline styles and colours, CMYK colour specifications.   * Outer scrollbar mode, xterm-compatible.   * Enhanced text selection mouse support.   * Enhanced quick window switching.   * Tweaked start error handling.   * Tweaked WSL support. Character attributes and rendering   * Support for colon-separated SGR sub-parameters (ISO/IEC 8613-6) (xterm 282):   * SGR escapes for ISO/IEC 8613-6 RGB, CMY, CMYK, and indexed colour formats.   * DECRQSS uses SGR sub-parameters for colour specifications (xterm 331).   * SGR 4:1...4:5 for underline styles solid, double, wavy, dotted, dashed.   * SGR 58/59 for underline colour (kitty, iTerm2).   * Fixed (almost) selection highlighting of emojis.   * Drawing Unicode Block Elements which are broken in many fonts (#264).   * Fixed initial bold as font suppression glitch (mintty/wsltty#103). Window control   * DECSET 30 to enable/disable outer scrollbar (like xterm) (#159, ~#262).   * DECSET 1046 enables/disables alternate screen switching (xterm 331).   * Cursor style modes DECSET 12 (AT&T 610) (xterm 331) and SM 33/34 (Wyse). Scrollbar   * Fixed scrollbar toggle (Ctrl+Shift+O) from forcing scrollbar to the right.   * Preventing font zooming after scrollbar toggle (Ctrl+Shift+O). Window layout   * Background image or texture support (#18, #666). Multi-monitor support   * Using Windows DPI handling V2, avoiding fluttering (#774, #470, #492, ~#566, ~#547). Text selection   * Drag-and-drop selection after focus click enabled by combined cell and time distance (#717).   * Only suppress focus-click selection if focus reporting disabled or mouse reporting not effective (#717).   * Ctrl+mouse-move hovering underlines URLs and filenames (#173).   * Selection highlighting can also indicate selection size (#660). Window handling   * Revised Ctrl+(Shift+)Tab window switching (#773).   * Ctrl+Ctrl+(Shift+)Tab for window switching including iconized windows (#735).   * Win+Shift move coupling of tab sets if SessionGeomSync ≥ 2 (#600, #699). Configuration   * CMY(K) colour specifications in OSC sequences and config file.   * Option Background and OSC 11 to set background image or texture (#18, #666).   * Option SelectionShowSize to enable selection size indication (#660). Themes management   * Fixed syntax error in `mintheme` tool (#764).   * Option `mintheme -d -q` for decimal colour format (#718).   * Supporting `mintheme` tool on WSL.   * Options `mintheme -p` and `mintheme -t` to set background picture or texture.   * Options `mintheme -s` and `mintheme -S` for theme visualization and comparison. Other   * Updated Emoji data and built-in width data to Unicode 11.0.   * Enabled OSC 7 current directory injection for Ctrl+click in WSL (mintty/wsltty#104).   * Reporting start error (exit status 255) (#745).   * Changed start error exit code from 255 to 126 (#745).   * Fixed slowdown of Character Info mode if Unicode data are not deployed.   * Option --WSLmode to tune behaviour for WSL distro but not launch (mintty/wsltty#99).   * Clarified additional configuration requirements for option TaskCommands in the manual. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas