From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by sourceware.org (Postfix) with ESMTPS id 36128384A02C for ; Sun, 27 Dec 2020 04:36:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 36128384A02C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from SystematicSW.ab.ca ([24.64.172.44]) by shaw.ca with ESMTP id tNnMkW5HCtdldtNnNkxPux; Sat, 26 Dec 2020 21:36:42 -0700 X-Authority-Analysis: v=2.4 cv=INe8tijG c=1 sm=1 tr=0 ts=5fe80f5a a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=HiWkEfo4AAAA:8 a=c0LZ2jN75V_NsuafZScA:9 a=_QplDg0m8TGAdENQf2wZ:22 From: Brian Inglis To: cygwin-announce@cygwin.com Reply-To: cygwin@cygwin.com Date: Sat, 26 Dec 2020 21:32:14 -0700 Message-Id: <20201226213214.10524-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: vttest 20201225 X-CMAE-Envelope: MS4xfE6f/39b1ZmHWRpR69YuY4egCUVrcaKzGOXMsloxV7BZSt7+B4EymIjIETs/O7ATbpX82WO7W252gBgkC8XbPWng7rzXz1EVI6qv2VoBFor1Oi/Y8ct3 GH63lPsUhPZkkEWyGve8vLnISq2+wSLtNciDYZy1zp1pRPSN/h8oXLB4nTAXP7A8omDjcXaS7AihbcpDVYCWe6aSqpxPKB0iEAkk6y57TROdlj+DUdBvGX63 pKT/M43MCh6PwtQhyUGW3TOOG1vtYrZNDKqFte6FNfA= X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Sun, 27 Dec 2020 04:36:44 -0000 The following package has been upgraded in the Cygwin distribution: * vttest 20201225 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/ 20201225 changes include: * correct highlighting for ISO Greek, Hebrew and Latin-5. * correct highlighting for DEC Cyrillic, Greek and Hebrew. * add Latin-2 character set for VT510. * updated/improved configure macros, i.e., for compiler-warnings * update config.guess, config.sub