Opened 2 months ago

Closed 2 months ago

#20079 closed enhancement (fixed)

xterm-393

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New version.

Change History (2)

comment:1 by thomas, 2 months ago

Owner: changed from blfs-book to thomas
Status: newassigned

Patch #393 - 2024/07/11

  • add a check for ANSI SC/RC, to ignore CSI parameters.
  • improve check for missing characters for bitmap-fonts by using the normal font for reference in the case where the current font, e.g., the wide-font was derived from the normal font and lacks per-character metrics (report by Rajeev V. Pillai).
  • fix regression in error-recovery for SGR parameters from patch #357 (report by James Holderness).
  • remove some duplicates in xtermcfg.h (report by Matthew Green).
  • change default for --enable-imake configure option.
  • fixes for wcwidth:
    • return 0 for format effectors, like a zero-width printing character rather than -1 like a control character (report by Rajeev V. Pillai).
    • correct doublewidth to account for reserved codepoints which are listed in the EastAsianWidth file.
    • add a special case for surrogate pairs, which might be checked in testing the wcwidth function.
  • amend sixel bounds-check added in patch #371 to not wrap out-of-bounds data.
  • eliminate maxStringParse limit for SIXEL.
  • improve logic which ignores APC, PM and SOS controls to also not accumulate their data temporarily in a buffer.
  • exclude TERM_INGRESS from cleanup of environment variables (patch by Iain Riley).
  • fix some documentation typos (report by Thomas Wolff).

comment:2 by thomas, 2 months ago

Resolution: fixed
Status: assignedclosed

Fixed in [4e2ed570]

Note: See TracTickets for help on using tickets.