diff options
author | shattered <shattered> | 2014-11-11 21:25:30 +0000 |
---|---|---|
committer | shattered <shattered> | 2014-11-11 21:25:30 +0000 |
commit | 6609b878fb4610c9e3fdb2c5d758ec1214bdc4e1 (patch) | |
tree | c2ccae0842fa5d0721b7e2c60ad9a85e04f0da97 /misc | |
parent | 3f7454fdd07bcbe95f375e51363d6cb9f90b4801 (diff) | |
download | pkgsrc-6609b878fb4610c9e3fdb2c5d758ec1214bdc4e1.tar.gz |
Update to 20140305. Changes:
+ when NRCS is active, suppress ISO Latin-1 from menu to avoid
confusion with British NRCS.
+ do not highlight ISO Latin-1 for NRCS, since it is a 96-character
set, not applicable to NRCS.
+ expand menu 11.6.6 to demonstrate bce with top-level menus 1 and 2
in addition to the existing menu 8.
+ correct description for DA response 24; it denotes VT320.
+ add highlighting information for VT320 Portuguese NRC mapping.
+ add highlighting information for VT220 DEC Supplemental NRC mapping.
+ clear screen just before resetting SCS in menu #3 character sets,
in case a VT100 emulator does not simply ignore VT220 G2/G3
selections when it does not implement them.
+ add check for maximum operating level before deciding whether
to send a DECSCL to set it to VT100-level.
+ save/restore color enable-flag for menu 11.6 in a couple of places
so that the ISO-6429 tests do not reset it unexpectedly.
+ amend the REP test to not reset colors if it happens to be run via
the menu entry for BCE-related tests.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vttest/Makefile | 4 | ||||
-rw-r--r-- | misc/vttest/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile index 62356b47910..7b3ab3133bc 100644 --- a/misc/vttest/Makefile +++ b/misc/vttest/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/11/15 19:31:35 shattered Exp $ +# $NetBSD: Makefile,v 1.13 2014/11/11 21:25:30 shattered Exp $ # -DISTNAME= vttest-20130818 +DISTNAME= vttest-20140305 CATEGORIES= misc benchmarks MASTER_SITES= ftp://dickey.his.com/vttest/ EXTRACT_SUFX= .tgz diff --git a/misc/vttest/distinfo b/misc/vttest/distinfo index db360908910..a41d9f1e8c8 100644 --- a/misc/vttest/distinfo +++ b/misc/vttest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/11/15 19:31:35 shattered Exp $ +$NetBSD: distinfo,v 1.8 2014/11/11 21:25:30 shattered Exp $ -SHA1 (vttest-20130818.tgz) = 0623fb46739fe384ccd9fddd4f146c398a8e9f4a -RMD160 (vttest-20130818.tgz) = fa1080ec449221d93f0d537996bc42ea04ca2607 -Size (vttest-20130818.tgz) = 188171 bytes +SHA1 (vttest-20140305.tgz) = 27dee144933a398ff07b7884ce54efe2d3d255cf +RMD160 (vttest-20140305.tgz) = fdf7cfcbcb56d7880185272a75a6b3084cc80e4d +Size (vttest-20140305.tgz) = 191096 bytes |