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=kgUYk8dlI29reNO7qah8ZO2ZSbI+88RcIUbsmY+MIACSrdXdljqmh PYLnmJRtNwUp6Rxvvy//6xVB8J4IeZFbtaOPdwcf4GCCiS2fXovVZ0dGDlGcxLuR rc92uJAKElM6jpk4cC3IQx/fUXdrdCQDzsYwJf9ze3CBKFHchDUjxw= 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=HV8cDYXYo1rfAxSDm7+6JQcbYIs=; b=aWzLZ1jMTDmqkTIgYPKVkC7kqkZu Csi9CS9tCD5V1ImrkxCWBvp0dxTQ40MSoqD0VtIW+QMTn+lVEYixTRUu9qm0B0Ep PLklnMBjtkN4n15CjUMdH0+Tx/mX4PwOpAXWta43wZTBOiCBtVl+9dpTAA/zXy8d QcOtidWZH/S+9s0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=ALL_TRUSTED,BAYES_00,DATE_IN_PAST_03_06,FORGED_MUA_MOZILLA,GIT_PATCH_2,KAM_NUMSUBJECT autolearn=ham version=3.3.1 spammy=HAuthentication-Results:auth, H*R:U*cygwin, ANNOUNCEMENT, H*x:Internet X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none To: cygwin AT cygwin DOT com From: Thomas Wolff Subject: [ANNOUNCEMENT] Updated: mintty 3.0.1 Message-Id: Date: Tue, 28 May 2019 07:29:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes I have uploaded mintty 3.0.1 with the following changes: Highlights   * New character attributes superscript, subscript, shadowed, overstrike.   * DEC VT420 screen control features.   * Fully VT100-compatible, including VT52 mode (with graphics).   * Up to 6 key modifiers, including Meta (Win key) and configurable Super and Hyper keys.   * Bell sounds in package.   * Various window and clipboard handling optimisations and extensions.   * User-definable function extensions. Terminal features   * New character attributes overstrike and (as inspired by existing terminfo capabilities) shadow, subscript, superscript:     * SGR 8:7 overstrikes characters over preserved screen contents (28 clears).     * SGR 1:2 for shadowed display (22 clears).     * SGR 73 and SGR 74 for superscript and subscript display (75 clears).   * VT420 rectangular area copy and fill: DECCRA, DECFRA, DECERA, DECSERA.   * VT420 area attributes: DECSACE, DECCARA, DECRARA.   * VT420 left and right margins: DECSLRM and private mode 69.   * VT420 horizontal scrolling: DECBI, DECFI, DECIC, DECDC.   * VT510 DECNCSM.   * Primary Device Attributes report VT420 by default; VT525 supported.   * Blinking cursor mode (DECSET 12) overlays blinking cursor style (DECSCUSR) so that DECRST 12 does not spoil blinking style (#818, mintty/wsltty#133).   * Support ECMA-48 SPD control sequence, values 0 and 3 (RTL fun feature).   * Support DECSET 1007 (mouse wheel reporting, xterm).   * New CSI # p/q XTPUSHSGR and XTPOPSGR aliases (xterm 345).   * Fixed DECSET 80 (sixel scrolling mode) which was reverted.   * Clear All Tabs sequence (TBC 3) extends after resizing, compatible with xterm.   * VT52 mode, thereby becoming fully VT100-compatible, with Atari ST extensions.   * HP Memory Lock/Unlock (xterm).   * Added DECSNLS to DECRQSS.   * Fixed VT and FF in LNM mode.   * Fixed format of OSC 5;0;? response. Keyboard handling   * Fixed encoding of Win key as Meta modifier.   * Support optional Super and Hyper modifiers.   * Lock keys do not change the state if they have user-defined assignments.   * User-definable additional function keys. Window handling   * Revised/fixed fullscreen/font zooming behaviour and effect of ZoomFontWithWindow.   * Fixed Default Size function in some cases after previous fullscreen zooming.   * Search (Alt+F3) can keep search context distance from top/bottom (#797).   * Optional squashing of bell sound series (#865).   * No limited font warning if the selected locale is likewise limited (~#871).   * Suppress output rendering while window is iconic (~#875). Clipboard handling   * Trim trailing spaces for HTML and HTML text copies (#878).   * Select HTML detail level by setting of "Copy as HTML" alone (#878).   * Specify "fixed pitch" for RTF format (~#878).   * New options CopyAsRTFFont, CopyAsRTFFontHeight (~#878). Configuration   * Mintty packages include a selection of bell sounds (#711).   * New user-definable key name CapsLock.   * New user-definable key name prefix ‘*’ to define for all modifiers.   * New user-definable modifier key assignments super and hyper.   * New user-definable function paste-path (mintty/wsltty#161).   * New user-definable control char syntax (#873).   * New prefixes U/Y (for super/hyper) for user-defined keys.   * New user-definable numeric action, entering a function key sequence.   * New option BellInterval to squash BEL sequences (#865).   * New option SearchContext (#797).   * Offer terminal types vt420, vt525; also xterm-direct, mintty, mintty-direct if installed (~#866, ~#867).   * With --WSL, initialise title to WSL name rather than command line (~mintty/wsltty#167). 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