[Bug 287358] [ncurses] Cannot handle termcap-style 'tputs("50")' on freebsd-current and 14.2-RELEASE due to wrong definition in lib/ncurses/tinfo/ncurses_cfg.h

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 14 Jan 2026 12:29:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287358

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=5ba67163a3fcb2e4288f5116fa57c2b2758043d6

commit 5ba67163a3fcb2e4288f5116fa57c2b2758043d6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-05 10:18:48 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-01-14 12:28:38 +0000

    ncurses: readd "bsdpads"

    During the import of ncurses 6.5 some bsd specifics configuration where
    lost and reintroduce quickly after the import, unfortunatly there was a
    typo in this fix which caused the "bsdpads" to not be enabled in
    ncurses.

    Fortunatly only very old programs may be affected by this change,
    unfortunatly Nethack (in the ports tree is one of them.)

    PR:             287358
    MFC After:      3 days

    (cherry picked from commit 836a0d46320c18d83029bf138b630b6ce5ebe6ae)

 lib/ncurses/tinfo/ncurses_cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.