Skip to content

Commit

Permalink
x11/xterm: update to 389
Browse files Browse the repository at this point in the history
Patch #389 - 2024/01/01
 - interchange variables in subparameter parsing, fixing a bug where
   subparameters after the first parameter could be misidentified
   (patch by Adam Saponara).
 - correct popping of icon/window titles in a case where only one was pushed
   from patch #385 changes.
 - add XTQMODKEYS response in DECRQSS, as alternative for vim.
 - correct DECCIR encoded information on character set size, handle a VT525
   quirk, and add DECST8C (Windows Terminal #14984).
 - improve DECRQCRA (prompted by discussion with James Holderness, Windows
   Terminal #14974).
 - add part of VT525 color controls:
    - DECAC, to update default foreground/background, respond to DECRQSS
    - DECATC, to respond with DECRQSS
 - prevent Unicode non-characters from being printed
   (prompted by patch by Grady Martin).
 - modify send_SGR() to avoid modifying colors 16 to 255 in printed output
   (patch by Grady Martin).
 - minor cleanup of miscellaneous error-codes with ERROR_MISC.
 - remove legacy CSI 53 for locator status, corrected in patch #294.
 - modify DECRQUPSS and DECAUPSS feature to support VT5xx character sets
   (report by Thomas Wolff).
 - improve configure script:
    - reduce configure-check compiler warnings
      (prompted by Florian Weimer, Redhat #2251945)
    - improve usage messages in configure script to make it clearer when an
      option value is optional.
 - improve EWMH handling (report/analysis by Edward Rosten)
    - reset _NET_WM_STATE_HIDDEN flag from _NET_WM_STATE before mapping the
      window to deiconify.
    - cache X properties to reduce latency
      (adapted from patch by Edward Rosten).
  • Loading branch information
pin committed Jan 9, 2024
1 parent 1919bdc commit 336066e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions x11/xterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.150 2023/11/12 13:24:42 wiz Exp $
# $NetBSD: Makefile,v 1.151 2024/01/09 20:11:46 pin Exp $

DISTNAME= xterm-388
PKGREVISION= 1
DISTNAME= xterm-389
CATEGORIES= x11
MASTER_SITES= https://invisible-island.net/archives/xterm/
EXTRACT_SUFX= .tgz
Expand Down
8 changes: 4 additions & 4 deletions x11/xterm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.109 2023/10/31 16:18:09 pin Exp $
$NetBSD: distinfo,v 1.110 2024/01/09 20:11:46 pin Exp $

BLAKE2s (xterm-388.tgz) = e06fc232506ab5c1bc59e6e552e887207aec80467ea03067c445c50aa17ef955
SHA512 (xterm-388.tgz) = 7ded1c32b18e629222c9109dc9eb206511762447f07a1043fb63802f036d6d685d332697edd46556c07e6fb5ca95f9bcf836c48d05bd72d626bb90dfa1bfc21a
Size (xterm-388.tgz) = 1548336 bytes
BLAKE2s (xterm-389.tgz) = 59fbfc9c66d14a1cfb45acafbd5f14495089f39d34c7fd902af6fee2c583c7c4
SHA512 (xterm-389.tgz) = a87703692d621f38670c85be3495aa3840de5e53136dc7be01b3b7003add6109310cc583ac5f0ac1f67e588628336a4b48e947f8d1a326d33a804e2c164890fc
Size (xterm-389.tgz) = 1579767 bytes

0 comments on commit 336066e

Please sign in to comment.