; * etc/NEWS: Fix last change (bug#70941).

This commit is contained in:
Eli Zaretskii 2026-04-23 14:57:51 +03:00
parent 5913101e40
commit baa5274445

View file

@ -757,10 +757,11 @@ as in 'emacsclient --eval "(length (pop server-eval-args-left))" ""'.
These are no longer discarded.
+++
** Emacs will now use 24-bit colors on terminals that support the "setrgbf" and "setrgbb" user-defined terminfo capabilities.
These have broader support in the wider terminal and application
ecosystem than the old capabilities, "setf24" and "setb24", which are
now obsolete.
** Emacs now uses the 'setrgbf' and 'setrgbb' terminfo capabilities.
Emacs now uses 24-bit colors on terminals that support the 'setrgbf' and
'setrgbb' user-defined terminfo capabilities. These are supported by
more terminals and applications than the old capabilities, 'setf24' and
'setb24', which are now obsolete.
+++
** New user option 'xterm-update-cursor' to update cursor display on TTYs.