"Fossies" - the Fresh Open Source Software Archive

Member "xterm-379/NEWS" (16 Feb 2023, 1459 Bytes) of package /linux/misc/xterm-379.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "NEWS": 377_vs_379.

    1 The NEWS file was generated from xterm.log.html, which serves as the changelog
    2 for xterm.
    3 --------------------------------------------------------------------------------
    4                             Patch #379 - 2023/02/15
    5 
    6      * improve text-cursor (patch by Jan Engelhardt):
    7           + allow selecting CURSOR_BAR mode from command-line/Xresources.
    8           + draw  cursor  using  filled  rectangle  instead  of  rectangle
    9             outline to permit thicker underlines/bars.
   10           + scale up cursor relative to font size.
   11      * improve readline modes (Fedora #2166860):
   12           + document readline modes
   13           + change the feature to configure by default
   14           + replace hard-coded SS3 for cursor movement with current mode
   15           + replace hard-coded erase/lnext characters with current values
   16      * improve status-line (report by Thomas Wolff):
   17           + RIS turns off status-line
   18           + Right-margin  (DECLRMM  and DECSLRM) limits the length of text
   19             written/updated in the status-line.
   20           + Most  controls which affect the whole screen are ignored while
   21             updating the status-line.
   22      * modify  configure check for tgetent to allow for some special cases
   23        of ncurses configuration (report by Satadru Pramani).
   24      * reduce  timeout,  improve  warning  message  if  resize is run on a
   25        terminal which is not VT100-compatible.
   26      * reduce compiler warnings in configure script.
   27