x11/xterm: update to 375
- improve error-recovery when setting a bitmap font for the VT100 window, e.g., in case OSC 50 failed, restoring the most recent valid font so that a subsequent OSC 50 reports this correctly (report by David Leadbeater). - exclude MC_XDG_OPEN from environment variables trimmed on startup (report by Gabor Hauzer). - check for null pointer in isSelect() (report by Column Paget).
This commit is contained in:
parent
ee52ff5ba5
commit
90579d6e20
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.138 2022/10/12 16:19:54 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.139 2022/10/25 09:33:11 pin Exp $
|
||||
|
||||
DISTNAME= xterm-374
|
||||
DISTNAME= xterm-375
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.100 2022/10/12 16:19:54 pin Exp $
|
||||
$NetBSD: distinfo,v 1.101 2022/10/25 09:33:11 pin Exp $
|
||||
|
||||
BLAKE2s (xterm-374.tgz) = a550aaf402c403a2e4f6100969de1ce427e48fb3ef0e902ace2572aff56bd469
|
||||
SHA512 (xterm-374.tgz) = aba16f31e79ff13dd8c5576890cac40276e55b89e037d888d4cc0a73bf6e57e0f2e63a6684f5fdd6aaf0a0980586424f302bdf6ed5a4b0c96f61ec435a1de2e8
|
||||
Size (xterm-374.tgz) = 1518184 bytes
|
||||
BLAKE2s (xterm-375.tgz) = 21d186304973854061644fe3505f1f3e5ed9f003b34868effa670e6b16df336a
|
||||
SHA512 (xterm-375.tgz) = 5492320055348f5f0c42789a2e47ae2fba4c19f7d55f50c174948fc79ab011e52435755b302e1439390a4ba44316eaaa7b79ce0ad9a366e53a84cfb2c3565a51
|
||||
Size (xterm-375.tgz) = 1518304 bytes
|
||||
|
|
Loading…
Reference in a new issue