[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ANN: ncurses-6.4-20240106
From: |
Sven Joachim |
Subject: |
Re: ANN: ncurses-6.4-20240106 |
Date: |
Sun, 07 Jan 2024 22:27:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On 2024-01-07 01:02 +0000, Thomas Dickey wrote:
> 20240106
> + use ansi+arrows, ansi+apparrows, ansi+csr, ansi+erase, ansi+idc,
> ansi+idc1, ansi+idl, ansi+idl1, ansi+inittabs to trim -TD
These trims have introduced a few minor changes in the resulting
compiled terminfo descriptions which seem to be unintended.
- wy520* have changed csr from \E[%i%p1%d;%p2%dr$<20> to
\E[%i%p1%d;%p2%dr, losing the delay.
- vt320-k311 has changed il1 from \E[L$<3/> to \E[L, losing the delay.
- visa50 has changed kcud1 from \E[A to \E[B.
Cheers,
Sven