pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm x11/xterm: update to 362



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4bd5f7abea0
branches:  trunk
changeset: 442295:b4bd5f7abea0
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Nov 22 13:32:27 2020 +0000

description:
x11/xterm: update to 362

Patch #362 - 2020/11/11
-cleanup of calls to free, removing checks for null (Walter Harms).
-improved mouse-button reporting (prompted by discussion with Stephane Chazelas)
        -narrow the scope of the change for shift-key in patch #361 to make it apply
        only when the modifyOtherKeys resource is set to 2 (i.e., “program mode”).
        Also, when checking the shift-key, ignore modifiers other than shift,
        control and “meta”
        -use the alt/meta modifier information obtained in VTInitModifiers to
        replace a hard-coded mod1 used to detect “Meta” for mouse-button responses.
-reduce SIGWINCH's sent to the client by filtering out duplicates.
-improve display when scaleHeight is greater than 1:
        -the text-cursor is vertically-centered on the current line, rather than
        only extending below the current line (report by Manu Chaturvedi).
        -the built-in line-drawing characters extend to the scaled cell-height.
-fill-in special case for motion-events to match the changes for shift-key in
pointer-button events from patch #361.

diffstat:

 x11/xterm/Makefile |   4 ++--
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b111b33414d7 -r b4bd5f7abea0 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Sun Nov 22 13:01:36 2020 +0000
+++ b/x11/xterm/Makefile        Sun Nov 22 13:32:27 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2020/10/18 08:27:54 pin Exp $
+# $NetBSD: Makefile,v 1.128 2020/11/22 13:32:27 pin Exp $
 
-DISTNAME=      xterm-361
+DISTNAME=      xterm-362
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r b111b33414d7 -r b4bd5f7abea0 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Sun Nov 22 13:01:36 2020 +0000
+++ b/x11/xterm/distinfo        Sun Nov 22 13:32:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2020/10/18 08:27:54 pin Exp $
+$NetBSD: distinfo,v 1.88 2020/11/22 13:32:27 pin Exp $
 
-SHA1 (xterm-361.tgz) = f6d145dbe1c0cee87c45c59f04ef63e38d7cbb76
-RMD160 (xterm-361.tgz) = 3c6d5d83066a1a545ec1238b0046f30d169562b5
-SHA512 (xterm-361.tgz) = 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852
-Size (xterm-361.tgz) = 1435017 bytes
+SHA1 (xterm-362.tgz) = fe7ff0986c90d491c8fb3523d9004225e653f797
+RMD160 (xterm-362.tgz) = 1146ac7005bdd406efefc49bc7b67112b598ce87
+SHA512 (xterm-362.tgz) = fddfa689fe948245964b347f27c8c66b28eee82cb78062f0e296053a5db9a20f74786b34058512b109064628992db94e87bc12c79f2db4a50acb79e408173168
+Size (xterm-362.tgz) = 1436334 bytes


Home | Main Index | Thread Index | Old Index