From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76331 invoked by alias); 22 Oct 2017 22:13:53 -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 Received: (qmail 44742 invoked by uid 89); 22 Oct 2017 21:48:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Tech, theme, homepage, Spanish X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.8.0 Message-ID: Date: Sun, 22 Oct 2017 22:13:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-UI-Out-Filterresults: notjunk:1;V01:K0:SuuwO5C5ExM=:KHL+XRAKnea1nLSNINHGO4 FhF9HtgijwbPvXLSkokMp0dzl/jPA5psfLAMLLK/sMqlPwUrMEhT/aNrqclm2OHvRKuCIafQq jlNWJpcqSVGkwIAYFCMumnoxHi3K/88oAD4tVx2T1wV09PgD43x2ugubHpY3jvX2HzwCcmO0u +8NifpSPshCIpCSwExBjGObRwJXHl2p1q8WF/KkqUxNwehue06N4DD5zZevC/bFgAiQfiaDjS VTqzOmndav1ufWFuMODG90tS1K4ho/HXlgPA2NMK4rqvl6sPBjjw16riij00M90IhGPoxxNpN /JR3KTWTZXwbQR8esKQaxUDe/KV5lyMpcLIGlXS8vEFyHHkoiwmwt4M8SU1DcBOD5HOTl5y3A 15GdDUdaxNu65AxylYNU0ESnzolqf8KB3iDIgdTkr1hFK9DvJy77qHkwrCLOd7XcsasrSnw1h uCfMHkkSXeAsK2FEqg2QXOE1jL7kUeZHPjRA+YG89Wy5LH1LM+HwXdqn9AVDoclCA7x8ymCrs ZmKvNv5uVszfHCZcfcytvEaecDehelMmlKxcNPtuOGjIorB/41O7ZuMh1nBNqad8azirUDOBh sxHe18afFONQUJEbHGCIAZqdluu7M49fVBfZDMl+SNDoQFQ5CNtFGGY4Rd54Ssmvdk+gOTjN/ 0LXLonDdgjED553lRPry+msxSDPhs3EOPGxc2RJ/Mx9Y2Br57C1EOYRUiDcUTXpa1jk4GPnc0 56wpW2ek48QrEWh25vmEn81xD0wAOxene5McqH4tr+EY/RorMd6ME2Xbgqg= X-SW-Source: 2017-10/txt/msg00029.txt.bz2 I have uploaded mintty 2.8.0 with the following changes. This release features 3 major enhancements:   * Virtual Tabs feature set, including a session switcher and launcher   * filled gaps in DEC terminal support up to VT300 series level   * simplified WSL integration Details: Window and session control   * Virtual Tabs (#8, #600).   * Options SessionCommands, SessionGeomSync, Menu*. Configuration   * New option BellFlashStyle (#676) and more moderate default flash style.   * Option -l / --log implies Logging=yes.   * `mintheme` command-line theme switcher (#685).   * Preventing @cjknarrow locale modifier for WSL (#686).   * Fixed Alt+F2 in same dir (with OSC 701) not to expand symbolic links.   * Options HighlightBackgroundColour and HighlightForegroundColour. WSL support   * Option --WSL= to run WSL session (mintty/wsltty#52, mintty/wsltty#59, ~mintty/wsltty#60).   * Option -~ to start in user's home directory (~mintty/wsltty#3).   * Update availability check for wsltty build refers to wsltty version (mintty/wsltty#20).   * Fixed rootfs handling in pathname conversion (mintty/wsltty#19). Terminal control sequences   * Fixed status string DECRQSS (#689, #690, mintty/wsltty#55, vim/vim#2003).   * DEC Locator mouse mode (facilitating pixel-based position).   * DECRQM request mode (to reach VT300 conformance level).   * Save/Restore DEC Private Mode (DECSET) values (#267).   * DECSTR soft terminal reset.   * DSR DEC variant (cursor/printer status).   * REP: repeat preceding character.   * OSC 50: set/query font.   * OSC 17/19/117/119: set/reset selection highlight colours. Character display   * Tweaked width expansion of ambiguous-width characters (#680, ~#638, ~#615).   * Fixed notes on ambiguous-width handling with Locale parameter (~#686).   * Legacy character set support: NRC, DEC Supplemental, GR invocation.   * Fixed NRC single shift with attributes.   * DEC Tech: tweaked √/Σ segments (hand-drawn), fixed double-size characters.   * Fraktur font support (ANSI character attribute 20). Keyboard   * Workaround for broken AltGr of Windows on-screen keyboard (#692). Localization meanwhile available for (in alphabetical order of locale ids):   * German, English (UK/US), Spanish, French, Japanese, Russian, Chinese. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas