File: NEWS

package info (click to toggle)
xterm 407-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,404 kB
  • sloc: ansic: 87,825; perl: 9,847; sh: 5,528; makefile: 845; xml: 46; sed: 11
file content (21 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The NEWS file was generated from xterm.log.html, which serves as the changelog
for xterm.
--------------------------------------------------------------------------------
                            Patch #407 - 2026/02/16

     * add  private  modes  1020  to 1023 for reporting whether xterm uses
       UTF-8,  whether  CJK-width  is set, whether Emoji-width is set, and
       whether private-width is set.
     * add resource privateWidth to control whether PUA (private use area)
       codes are neutral width or single-width.
     * improve  fix  for Debian #738794, to show boxes for codes which are
       neither  combining  characters  or valid Unicode characters (Debian
       #1123877).
     * improve  switching  to/from  UTF-8  mode  by  saving, restoring and
       resetting the G0-G3 array (Debian #1124802).
     * use ST consistently in terminfo rather than legacy BEL
     * minor updates to configure script and terminfo
     * add  option  --enable-resize-adjust for saving and repainting parts
       of  the  window  which  are  lost  when the user resizes the window
       (integrated patch by Kirill A Korinsky).