37e Vc2w3BuYOyAxOWt65Ka0H1ZlOwQLDvx3ztFtrM9rE2NCirOMyFiCNbHEuwqHD9/MLS8E5d DnVZR4cBMbRhmCC8WqbXDlQaxhZdtXk4xCOfiELhESgpTOUFRUHaNGzIAuU7drKoP4xGhD ZJHKEKQy4vPVRqASoPJ1autaL8QwpA3cYxaEJVJfTTOGgXdHEh4wd/m+6Qv2uw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g4jKh2KQMzxdg for ; Tue, 28 Apr 2026 14:21:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b180 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 28 Apr 2026 14:21:28 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Dan Mahoney From: Cy Schubert Subject: git: 4c2563e16b40 - stable/14 - termcap: fix screen entry standout mode (so/se) capabilities List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 4c2563e16b401c31e82917476be1411422d6557e Auto-Submitted: auto-generated Date: Tue, 28 Apr 2026 14:21:28 +0000 Message-Id: <69f0c268.3b180.168b3923@gitrepo.freebsd.org> The branch stable/14 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=4c2563e16b401c31e82917476be1411422d6557e commit 4c2563e16b401c31e82917476be1411422d6557e Author: Dan Mahoney AuthorDate: 2026-04-14 03:53:51 +0000 Commit: Cy Schubert CommitDate: 2026-04-28 14:19:48 +0000 termcap: fix screen entry standout mode (so/se) capabilities so=\E[3m (italic) is incorrect, should be so=\E[7m (reverse video). se=\E[23m (italic off) is incorrect, should be se=\E[27m (reverse off). mr=\E[7m (reverse video) is correctly defined in the same entry. screen-256color inherits from screen via tc=screen and is fixed transitively. PR: 294499 Pull Request: https://github.com/freebsd/freebsd-src/pull/2139 Signed-off-by: Dan Mahoney (cherry picked from commit 2bff747bb04db6beb19678abc45edd96be0a1347) --- share/termcap/termcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/termcap/termcap b/share/termcap/termcap index 48c0b12085cf..5305193711ab 100644 --- a/share/termcap/termcap +++ b/share/termcap/termcap @@ -2771,8 +2771,8 @@ SC|screen|VT 100/ANSI X3.64 virtual terminal:\ :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:\ :ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\ :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\ - :nw=\EE:op=\E[39;49m:rc=\E8:rs=\Ec:sc=\E7:se=\E[23m:sf=\n:\ - :so=\E[3m:sr=\EM:st=\EH:ta=^I:te=\E[?1049l:ti=\E[?1049h:\ + :nw=\EE:op=\E[39;49m:rc=\E8:rs=\Ec:sc=\E7:se=\E[27m:sf=\n:\ + :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[?1049l:ti=\E[?1049h:\ :ue=\E[24m:up=\EM:us=\E[4m:vb=\Eg:ve=\E[34h\E[?25h:\ :vi=\E[?25l:vs=\E[34l: SB|screen-bce|VT 100/ANSI X3.64 virtual terminal with bce:\