diff options
author | shattered <shattered@pkgsrc.org> | 2013-11-15 19:31:35 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-11-15 19:31:35 +0000 |
commit | 6588588b7f02ae7d074a53d4c34834289bcb950b (patch) | |
tree | 78db49cf3c235f9a1cf764bf66b145e2ed603d28 /misc | |
parent | 3c55134a0e061e9b4432003e1ea3c08dddf88129 (diff) | |
download | pkgsrc-6588588b7f02ae7d074a53d4c34834289bcb950b.tar.gz |
Update to 20130818. Changes:
+ change cursor-position before IL/DL in
"Test of VT102-style features with BCE (Insert/Delete Char/Line)"
to demonstrate whether the terminal sets the cursor to the first
column as a side-effect, as noted in VT220 reference manual.
+ modify character-sets screens to optionally highlight the characters
which do not correspond to ISO-8859-1. This makes the National
Replacement Characters easier to see.
+ modify DSR cursor-position report to check if the terminal
accounts for origin-mode.
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 7e78523b6f5..62356b47910 100644 --- a/misc/vttest/Makefile +++ b/misc/vttest/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:18 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2013/11/15 19:31:35 shattered Exp $ # -DISTNAME= vttest-20120506 +DISTNAME= vttest-20130818 CATEGORIES= misc benchmarks MASTER_SITES= ftp://dickey.his.com/vttest/ EXTRACT_SUFX= .tgz diff --git a/misc/vttest/distinfo b/misc/vttest/distinfo index 15bb4b94605..db360908910 100644 --- a/misc/vttest/distinfo +++ b/misc/vttest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/10/30 20:45:06 shattered Exp $ +$NetBSD: distinfo,v 1.7 2013/11/15 19:31:35 shattered Exp $ -SHA1 (vttest-20120506.tgz) = ca37493def68511a119e92ba0393f2ee9c6737a6 -RMD160 (vttest-20120506.tgz) = 0edcb95fea297333bb4fa31cf8e5659784e72d08 -Size (vttest-20120506.tgz) = 183236 bytes +SHA1 (vttest-20130818.tgz) = 0623fb46739fe384ccd9fddd4f146c398a8e9f4a +RMD160 (vttest-20130818.tgz) = fa1080ec449221d93f0d537996bc42ea04ca2607 +Size (vttest-20130818.tgz) = 188171 bytes |