X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9E0FE38515F3 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo.net Message-Id: Date: Fri, 25 Mar 2022 19:15:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 To: cygwin AT cygwin DOT com From: Thomas Wolff Subject: [ANNOUNCEMENT] Updated: mintty 3.6.0 X-Provags-ID: V03:K1:NIKXR4QWGu6t7crpI+kbqRtJeGb/ABZ7o+K6L/dp2BoXugTBIw+ AVOoFsGQDOcoOhLzbvzAefrYLorUSlZIOeZ5RPcvXjvFomL2Dcu8ac3xJt45g99PA5ggfgK 9GxT4DjMS0yzxeefSzMVoZ1k8Y2IdQgNUDIZcziuMUB6RiUgIvl4KvlsgrX3j1YIkfRZJWq 7I0VvtUzXL9UIZr65pTTQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:iyTqBEv9nbE=:gpIGo3GmQpXzUU+eHwDnQE IZyscLicBXryERIfhAOBhFbNH6tMR0jXvxll9ssrNk9c7cjEtjksZejpF/Bh7AnkLnRC7kS+N UNXj4kNHUrt9v8pwlPPIWoHrm67lMGO+sFw4lZvj+rAgQ+25AtHFK7pKI1iLCVOzrdWgK0/Yh wJJ8oIxOqCZL/BCTqdREQkvafI2uJqIrstF4AdDZCh8O18O1Jn+acj7NRVZBQtZrWhn/j6b2T g+LvsBMfO1cOS3QLCO4La1kpMzjUoKh4x6+97zR4tvqzN2e8tvLfxi2PdlPeCuWs3qdkpoHqO dNwhz6OM25WJ0UcfKJtAVcea5VDmXQAgzII1nnVht8GRF5w39dX2IdNau+EDxl79lrWzxX/iJ gsV83mFWyq6Tmv2nw7KW/0Hrk1Ejkupcv9MKWGU+/W2H9BbotcLG61hAKl0FZZ/9I+BYBrmPM T/xAniJyl+RguERcWCzfSrgCZNasHk5dgFB1K/qCK7bJ9d1R+DVRLfhDYrxp+gVFfSFjNMHpE 6DuV8ExVC1TeLzf74BW4346cNIZB4xOMJnYTonl/dJa128SoxAyu1NhP6u6CXeWhJxiQic4hV 7LPS8aZ8UOjJ9ehj7hZxkpq+hdZYPglLKYg7QbFV/yFkD73sceETP6rh43ANlmnld8sGVnSKj LPfrQzG0axjWCPbutEy9DTtRPrkhsZlHKIKQ5tslaAS8IuN96wfpKT7pKfy7pNzGAtkE= X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 22PIHvJR003332 I have uploaded mintty 3.6.0 with the following changes: Highlights   * Optional feature: Reflow terminal lines when resizing terminal width.   * Visual feedback of numeric or composed character input.   * New themes helmholtz and luminous (contributed by Andy Koppe).   * Setting helmholtz theme as default colour scheme. Window handling   * Reflow terminal lines when resizing terminal width (#82, #219, mintty/wsltty#154). Terminal features   * Tweak pending auto-wrap state affected when switching wrap modes.   * Fixed unscroll (CSI +T) in case width has changed meanwhile.   * Visual feedback of numeric or composed character input. Keyboard handling   * Support user-defined mappings for Super-/Hyper-modified character keys.   * Support optional user-defined mappings for Control-/Alt-modified character keys (#399, #252, #523, #602, #645, ~#524, ~#817, ~#451).   * Suspend shortcut handling during numeric character input.   * Revise and fix numeric character input.   * Distinct Unicode vs. hexadecimal numeric character input.   * Menu key opens menu inside terminal, also stops numeric input.   * Fixed Compose sequences with more than 2 characters (broken since 3.1.5). Font rendering   * Right-to-left font fallback (#1148).   * Fixed auto-widening of ambiguous-width letters (broken since 3.4.4).   * Speedup rendering of replacement indication of invalid character codes (#1145).   * Extend cell zoom to some Geometric Shapes U+25E2.., Dingbats U+1F67C.., and Symbols U+1FB00..U+1FBB3. Startup   * Trimming irrelevant and possibly confusing environment variables before child invocation (xterm). Configuration   * New themes helmholtz and luminous (contributed by Andy Koppe).   * Setting helmholtz theme as default colour scheme.   * New option -Rt to report the tty name of the child process / shell.   * New option ShootFoot (#399, #252, #523, #602, #645, ~#524, ~#817, ~#451).   * New option RewrapOnResize (#82), interactive (Options dialog).   * New user-definable function unicode-char.   * Updated X11-derived data: compose sequences and colour names. The homepage is at http://mintty.github.io/ It also links to the issue tracker. ------ Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple