From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 94FA63858D1E for ; Sat, 19 Feb 2022 20:17:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 94FA63858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id LO5tnuWHG43SgLWARnxAdl; Sat, 19 Feb 2022 20:17:19 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id LWARnswtMqyysLWARn1HJf; Sat, 19 Feb 2022 20:17:19 +0000 X-Authority-Analysis: v=2.4 cv=Y6brDzSN c=1 sm=1 tr=0 ts=6211504f a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=HiWkEfo4AAAA:8 a=NEAV23lmAAAA:8 a=8o5u6wJPMsWU_a79YDIA:9 a=_QplDg0m8TGAdENQf2wZ:22 From: "Cygwin vttest Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 19 Feb 2022 13:13:16 -0700 Message-Id: <20220219131316.46791-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: vttest 20220215 X-CMAE-Envelope: MS4xfAc9kUYztmlBuoQXA+npfRNk9JuLMP2RBK8+UmDVQ8uXj7aGiWQoKa8c0BeHvkSFbk+1C8YfQl3Zvf/tEAzsMnq8Rk7VgaPgqUh+2fz+VsAbGkJe3GlX M4o8qa8fMDBH6nmZTbny8uopqqb8Fdtx1Kg3jD/wCzcgpENjemrC1ngGrY7EVTHaJiOlH+TD6rNE9DHieO5lm6mbmvgUrfcgQ5WCYXGvI5g19cOITXvga6aF X-Spam-Status: No, score=-1163.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2022 20:17:20 -0000 The following package has been upgraded in the Cygwin distribution: * vttest 20220215 Tests the functionality of a VT100 terminal (or emulator thereof). Tests both display (escape sequence handling) and keyboard. The program is menu-driven and contains full operating instructions. To run a given menu-item, you enter its number. You can run all menu-items (for a given level) by entering an asterisk, i.e, '*'. It has been enhanced to support and test many xterm control and status escape sequences, and it is mainly used nowadays for testing emulator compatibility. See the project home page for more information: https://invisible-island.net/vttest/ Please see below or read /usr/share/doc/vttest/CHANGES after installation for details of changes since the last Cygwin release. https://github.com/ThomasDickey/vttest-snapshots/blob/master/CHANGES 20220215 changes include: * add test-screen using cursor-addressing in the status line * add underline and bold attributes to the test-screen for status-line * improve logging, showing the test-strings to give better context for escape-sequences * fix typos in keyboard.c and reports.c * updated/improved configure macros i.e. for compiler-warnings * update config.guess, config.sub