Skip to content

Commit e01f833

Browse files
committed
x11/xterm: update to 404
Patch #404 - 2025/11/30 - add numeric keypad codes to XTGETTCAP. - implement parsing and cursor positioning for Unicode variation selectors 15 and 16. - improve limit-checking for mouse button and motion events (report by James Holderness). - fix a bug in printer code in xterm #403 (report by Felix Brockmeier). - change wcwidth for private-use codes, to make them consistently neutral width, i.e., single/double width according to whether they are used for CJK. - improve test-driver for wcwidth, adding options to test the predefined ranges listed in UnicodeData, as well as suppressing output where it only shows that the system's wcwidth lacks a definition for codes. - add some of the OpenBSD local-patches, including an ifdef-improvement for DEF_DISALLOWED_WINDOW (patch by Matthieu Herrb). - modify configure script macros to widen pattern for $host_os from “linux*gnu” to “linux*gnu*” to cover targets such as i686-pc-linux-gnut64 (GenToo #963725).
1 parent 759740c commit e01f833

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

x11/xterm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.163 2025/11/01 17:52:04 pin Exp $
1+
# $NetBSD: Makefile,v 1.164 2025/12/04 12:10:32 pin Exp $
22

3-
DISTNAME= xterm-403
3+
DISTNAME= xterm-404
44
CATEGORIES= x11
55
MASTER_SITES= https://invisible-island.net/archives/xterm/
66
EXTRACT_SUFX= .tgz

x11/xterm/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.122 2025/11/01 17:52:04 pin Exp $
1+
$NetBSD: distinfo,v 1.123 2025/12/04 12:10:32 pin Exp $
22

3-
BLAKE2s (xterm-403.tgz) = 58140a8bfa938555fbb35846583a0cc15bc7324a8973baf42eba486375622840
4-
SHA512 (xterm-403.tgz) = 02847566386c469a303bd523ad2d6c0d785612f327485e28ec78d17ca730475ec74f8e6feebd4e8d29745dbcf62a009983d7dcf3c573bc4998b29cd79c663265
5-
Size (xterm-403.tgz) = 1615373 bytes
3+
BLAKE2s (xterm-404.tgz) = d5981b81bf7be3d423cc4f16db119a7c8ceeebcf341c3752ce05187b9da30b28
4+
SHA512 (xterm-404.tgz) = 3727f8c67051c4e65ee99f1cf10240d8f8e2effc951914effe96b36013638e578d15a17a0ee78853db7c3558191202d386fffd5fcf62d4febd9f6c327e828aa9
5+
Size (xterm-404.tgz) = 1619300 bytes

0 commit comments

Comments
 (0)