From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78731 invoked by alias); 16 Dec 2017 20:47:52 -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 11781 invoked by uid 89); 16 Dec 2017 19:06:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=mintty, HOME, rendering, HX-HELO:sk:mout.ku X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 2.8.2 Message-ID: <29d5f505-47c1-8d2d-c2a7-90755ed216d5@towo.net> Date: Sat, 16 Dec 2017 20:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.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:YZsJeegLymc=:jQSYlS1oiB1AJ2YEZUBoXk zMt5R+c4ttTT0SOX56PXjYx1GPWfRCfbB+kGGs+5uAy4HhLbbOvdIBM8G1Lde4ZbAzBs2Brax cVzEekC0eb1K2Uwt+blT1KXdA0KWtJNNOhw5mRLZSmx2bS4+E4fxmHOXc5LTlwBmqtnQW9Bl4 eSeqyXbYbMUP/VObSHDGpioXRalRD8DfHmWWmbYuYukjaM9vV/Ylwl6jAq8mXkgRD20G/G7wv WSClNsUq8aQ35VBYX9R4Bg0UG5ocUeVENBK9g5btGE7rs9nfe2x6xWqEEn7BJyM2DuyUoba10 U4/DRUeBImpgjdu1mITF5vOdcZlrZ8SyQmPAUh9LomY1WT6eVFRs6kqa5JNAvKtkarCdSNOgn +MK7mbkdhW5P79eE5+HINafMttadz6nXl0CQ+EqWaFJx7i0scctNKP77Qcr3HWN+cXTPkC8SI yNrOp5hSTsWibYU6J/3vw/CXTOkVmzkBUbozD/c71PxVmn9Hj80rGKH59EaxLzWR3/OUW/2y7 J+XGmdKBW28rhYdBXbk27XUPDNyWNyDFsaEVrpLWqTZFRxK1KcJgdCDEjpcFcW0mjZ/Z/Djg7 e2vOPnazYJvJdy/wnBwUmFpjitmi19s+npZsaNYMTg0rxGMlgqKC9iU9cMSFuzxnH0rzxd+jX lrm1xPn7ou1lRs0KICp3tAJVZYvBXLDNnzWhtJIhM7vIeYBOejIkFLLvkWcdaQhyT+T5ucpu5 Clxpad2zbHZQrDaiZlEKr6wtZVzGQjsHwHtxpWIekqmElmQ/FGqM8hTTivU= X-SW-Source: 2017-12/txt/msg00024.txt.bz2 I have uploaded mintty 2.8.2 with the following changes: Window and session control   * Transparent session switcher icons (#699).   * Avoid blocking when switching to other window which is blocked/suspended.   * Prevent initial bogus font zooming (#708).   * Prevent accidental text selection on mouse-click window activation (#717).   * Terminal Break available in extended context menu (#716).   * Terminal Break assignable to Break key (option Key_Break) (#716). Configuration   * Support ~/ prefix for config files in SessionCommands configuration for session launcher.   * Support ~/ prefix for logfiles, especially for usage in config files.   * With --WSL, let option "-" request login shell.   * Icon determined via --WSL shall not override icon taken from shortcut.   * Option ShortLongOpts enables single-dash named options on command line (#600, requested by Brian Inglis).   * Convenience xterm-style command line options: -fn, -fs, -geometry, -fg, -bg, ... Character rendering and text attribute handling   * Caching ambiguous character width for speed-up (#712).   * Revised weight attribute handling, esp. bold display (thanks to avih, #714, #710).   * Distinguishing ANSI colours 0..15 from palette colours 0..15 like xterm (~#714).   * OSC 6 can enable/disable bold foreground colour (xterm).   * Tweaked brightened bold to never decrease the text colour contrast.   * Terminal Reset also resets dynamic bold foreground colour.   * Fixed non-BMP italic display.   * Proper support of true colour attribute for Copy as rich text (thanks to avih, #710).   * Colour setting sequence OSC 4 limited to the defined palette range (~#710).   * Allowing minor font size deviation of bold font.   * Underlay manual underline and overline behind text.   * Option BoldAsRainbowSparkles. Other   * Bundling selected theme files with the package (#711).   * Support Alt+F2 in same directory (after OSC 7) for WSL.   * MINTTY_PID in UserCommands: support to terminate foreground process (#716).   * Fixed bug when copying true-colour text as rich text (thanks to avih).   * Prevent HOME from being propagated back to Windows applications if called from WSL (mintty/wsltty#76). The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas