diff options
author | pin <pin@pkgsrc.org> | 2021-08-20 11:23:44 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-20 11:23:44 +0000 |
commit | c958422b73be08c4774bb8d5437d5074961605fd (patch) | |
tree | 5e64e307a32c808d9a05da73fd91704a4d40d911 /graphics/lsix | |
parent | d77abe29ba65fbfc02decde639fc16500f48e055 (diff) | |
download | pkgsrc-c958422b73be08c4774bb8d5437d5074961605fd.tar.gz |
graphics/lsix: update to 1.8
Fix scrolling for genuine VT340, foot, and other terminals
After purchasing a genuine DEC VT340 terminal, @hackerb9 has learned that the
DEC VT340 graphics programmer's manual was mistaken and the sense of DECSDM
should be inverted.
Nearly every terminal emulator which built upon that reference over the last
thirty years is incorrect. Some are correcting the error now, some never were
wrong, but we are at a time when it is not safe to presume what setting DECSDM
means.
For now, lsix will simply presume that sixel scrolling is enabled and hope that
no program has been run before it that disables it.
See #41 for details.
Thanks go to @j4james for pointing out the mistake and for testing multiple
terminal emulators to show that none of them currently default to having sixel
scrolling disabled.
Diffstat (limited to 'graphics/lsix')
-rw-r--r-- | graphics/lsix/Makefile | 5 | ||||
-rw-r--r-- | graphics/lsix/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/lsix/Makefile b/graphics/lsix/Makefile index 1caa2e2727d..3c43993c66d 100644 --- a/graphics/lsix/Makefile +++ b/graphics/lsix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/08/15 14:24:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/20 11:23:44 pin Exp $ -DISTNAME= lsix-1.7.4 -PKGREVISION= 1 +DISTNAME= lsix-1.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=hackerb9/} diff --git a/graphics/lsix/distinfo b/graphics/lsix/distinfo index 9cf02e2b4bc..f26b83021d6 100644 --- a/graphics/lsix/distinfo +++ b/graphics/lsix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/07/03 10:05:54 pin Exp $ +$NetBSD: distinfo,v 1.2 2021/08/20 11:23:44 pin Exp $ -SHA1 (lsix-1.7.4.tar.gz) = 86c299dd840e74390dbb30bd478504e7ae9030f7 -RMD160 (lsix-1.7.4.tar.gz) = a27bac525e44836c41d8510470a655444b1cab29 -SHA512 (lsix-1.7.4.tar.gz) = 0915e8db57ce379440816b2b3944c883916242fd4f7d65ba8e3ed73e48cd15670b701c7cb7aa710bc8316db16e5147ceace62c8021a2b20d672a70590999ea15 -Size (lsix-1.7.4.tar.gz) = 554379 bytes +SHA1 (lsix-1.8.tar.gz) = 3d04c25e911be27b17ecbba1ec733278a2e0c360 +RMD160 (lsix-1.8.tar.gz) = 90b6057d90d54573c228a96e1d2a0dedb973f0ac +SHA512 (lsix-1.8.tar.gz) = 2bc670c408563923f28b291c6247e73a3e183e7ccd3b56f48065ce98f2703b62aa3f7287ef30ffffa05de91a22725a1986193800d75892db516a84a4f7a97d8a +Size (lsix-1.8.tar.gz) = 554423 bytes |