From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78425 invoked by alias); 26 Sep 2019 18:07:18 -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 42708 invoked by uid 89); 26 Sep 2019 17:52:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=mouse, margins, panel, tabs X-HELO: mout.kundenserver.de To: cygwin-announce@cygwin.com From: Thomas Wolff Subject: Updated: mintty 3.0.3 Message-ID: <735c9ecd-71af-09ed-d889-2f948066815d@towo.net> Date: Thu, 26 Sep 2019 18:07:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2019-09/txt/msg00033.txt.bz2 I have uploaded mintty 3.0.3 with the following changes: Terminal features   * Maintain scrollback buffer in left/right margin mode with default margins (#916).   * Do not put cleared lines into scrollback buffer.   * Fixed display of subsequent identical emojis (since 3.0.1).   * Mouse buttons 4 and 5 send the same escape sequences as xterm.   * Disabled unreliable CSI DECLL to switch keyboard LEDs (#915).   * DECAUPSS to assign user-preferred supplemental sets to DECSUPP.   * Ignore SOS string (ESC X ...), in addition to PM and APC (xterm).   * Fixed iconified window report which was reverted (#893).   * Prevent negative CSI 13 t response parameters (#899).   * Fixed interaction of OSC 12/112 "Set/Reset cursor colour" with IME (#903).   * Fixed text area size reported in response to CSI 14 t (#899). Font rendering   * Reimplement auto-narrowing (too wide glyphs) by coordinate scaling (#892).   * Support alternative font choice for symbols and pictographs (#892).   * Option to adjust automatic character narrowing (#892).   * Bloom effect around characters of old CRT terminals, rough simulation. Window handling   * Virtual Tabs support on title bar (#699).   * Flexible configuration of scroll modifiers (~#894).   * User-definable functions for scrollback scrolling (~#894).   * Fixed sixel image list handling (#905).   * Optimized sixel image rendering if overlapped (#905).   * Dark colour theme support in scrollbar (mintty/wsltty#157).   * Clear resizing popup after leaving fullscreen and moving (#913). Other   * Cache emoji image data (speedup emoji display).   * Dropped PATH dependency of printer feature (#897).   * Dropped float: left from copied HTML style (#900).   * Fixed Windows handle resource leak when displaying many emojis (mintty/wsltty#185).   * Fixed potential crash on sixel display after resource leak.   * Preventing Windows handle resource exhaustion when displaying many sixel images.   * Fixed potential crash when confirming exit (#907). Configuration   * Option Bloom.   * Option KeyFunctions can assign scrollback scrolling keys (~#894).   * Option CharNarrowing (#892).   * Options dialog supports setting Emojis and EmojiPlacement.   * Options dialog: additional "Selection" panel with additional settings.   * Option OldOptions to customize changed areas in Options dialog.   * Options -Rp and -RP to report process IDs (#909). The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas