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 52E473858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Iq0pqo9GDIWL4/eRr9cNfFsfUckLSgFPkhQ/kSSupw0=; b=m7Wsw6uhk+PliADLBl4jSMXTlf+VP/IOkcXb3VgH7eZ+qqt9sKM0ZhADxhRxbSiiz1 OC14QIOA8SQisVowjkbPmz0HNFpkA3rrz0uJOnx+o3rZuEeAimy9qZUp63uBp8xWasbQ lHLzGTYIWTm+XWnVJMIDEU2VzqJuYSABTjjnJuXUK8EouD980UlSvXJAfUabEDm/dczQ 0rEjyJk5wewTUf6RDgZKUfEiuYxOhn0zOl59Gkv1frET+qxTdSr/EiPJ2rg5H5Tpm7IA 8WKX3Ev+9PhO/Ve2XwSlVScBboT36rxdZIxArBtbQkDSAWhgILcJPCU/9LWjyI2Hu5y2 t0rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Iq0pqo9GDIWL4/eRr9cNfFsfUckLSgFPkhQ/kSSupw0=; b=UC/mexdVdG6fy24z6CfW/dQfSw1T8JpH2oLQXrpTkQ5lQRnHD1HGgknBMF1KdFXRzp Q1+8n17/ECyrhVtyp70evead08XyD+2ZbAHJir+1wrycp591lL5qeMLTzsQjSuOeZgsT KGOf/yd5ehuCKeffWy9z0D3cwBU0epR9JfpkC5FED1neXdUHF+20YCKMT82yHKk3QRjh DHKbZ+VUXKBM5iTaFZ5O1kHDcGkC6eEdgIC7AOx3BoaWm2qTmHHcwqVk9BNfW6DPvlz+ V2ZSYC+o39SZpt/Z60m4Swqe07s8EMChj88sZqpX1srYpHH4B7euZt/tEvuW5o+JktS2 SsYg== X-Gm-Message-State: AOAM532ZunSxUQXPd6SrM4AzvwyQ5Pq9OaM7WX7636U5D3pvBFx8RlcE wH8RfkIqNnNrnX0+rFnHtMJ4/Gh+m7klgNUkYNC60yZC X-Google-Smtp-Source: ABdhPJx+N8uSUu4Vx5LTAMc6cr6e6Kd6D7KV2/bBX/rJG4BlQD8iR3jrMCWFulWIdj8OliyML7Taxl/K4SNVql2uERo= X-Received: by 2002:a05:6402:5254:b0:424:78b:dfa4 with SMTP id t20-20020a056402525400b00424078bdfa4mr15270844edd.398.1650824526077; Sun, 24 Apr 2022 11:22:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andy Koppe Date: Sun, 24 Apr 2022 19:21:55 +0100 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: mintty 3.6.1 To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Sun, 24 Apr 2022 at 15:42, Thomas Wolff wrote: > > I have uploaded mintty 3.6.1 with the following changes: > > Window handling > * Terminal reflow (#82, #219): fixed crash condition on irregular > reflow chunks. > * Terminal reflow (#82, #219): fixed memory leak. > > Terminal features > * Visual input feedback: don't obscure text when just pressing Alt. > * Separate foreground and background values for ANSI colours (#1151). > * OSC 7704 for setting ANSI colours distinct from palette colours > (#1151). > > Keyboard handling > * Support longer multi-char keyboard input (a.k.a. "ligatures" in > Windows) (#1155). > > Configuration (contributed by Andy Koppe) > * ANSI colour specification accepts foreground ; background values > (#1151). > * Tuned themes helmholtz (default) and kohlrausch for legibility (#1156). > > The homepage is at http://mintty.github.io/ > It also links to the issue tracker. Thanks Thomas. In the default 'helmholtz' theme, the separate foreground and background colour settings are used for blue, red, magenta and grey (aka "BoldBlack"), with the background variants darker than the foreground ones. Foreground blue is significantly brighter again than before, to help readability on a black background. It's still not as bright as the other colours, because it's also often used on bright backgrounds, but I think it now looks ok in syntax highlighting schemes that use it. The 'kohlrausch' theme is repurposed as a black-on-white version of 'helmholtz', with the foreground colour variants darker than the background ones. It's probably best used with the "show bold as font" mode. Note that as the theme contains settings for the default foreground and background colours, those can't then be changed in the options dialog. To be able to change them anyway, copy the colour settings from /usr/share/mintty/themes/kohlrausch into ~/.minttyrc and remove the ThemeFile setting. Andy -- 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