Hi,
the "Reconstructed via infocmp from file" comment in the infocmp output
has changed recently, this is what it looks like in ncurses 6.6:
,----
| $ infocmp dumb | head -n1
| # Reconstructed via infocmp from file: /usr/share/terminfo/./d/dumb
`----
Note the extra "/." in the middle of the filename, compared to what it
printed before, e.g. in Debian unstable:
,----
| $ infocmp -V
| ncurses 6.5.20251123
| $ infocmp dumb | head -n1
| # Reconstructed via infocmp from file: /usr/share/terminfo/d/dumb
`----
This change is harmless, but does not look intentional. Bisection
revealed that it was introduced in the 20251227 patchlevel, but I have
not figured out what exactly caused it.
Cheers,
Sven