FS#79053 - [groff] TERMCAP not followed correctly in man pages

Attached to Project: Arch Linux
Opened by lilydjwg (lilydjwg) - Tuesday, 11 July 2023, 07:27 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 11 July 2023, 14:44 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

LESS_TERMCAP variables are not correctly followed as of groff 1.23.0-1. Downgrading to groff 1.22.4-10 fixes it.

Steps to reproduce:

export LESS_TERMCAP_mb=$'\x1b[91m'
export LESS_TERMCAP_md=$'\x1b[38;5;74m'
export LESS_TERMCAP_me=$'\x1b[0m'
export LESS_TERMCAP_se=$'\x1b[0m'
export LESS_TERMCAP_so=$'\x1b[7m'
export LESS_TERMCAP_ue=$'\x1b[0m'
export LESS_TERMCAP_us=$'\x1b[04;38;5;146m'
man ls
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Tuesday, 11 July 2023, 14:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.23.0-2
Comment by Chih-Hsuan Yen (yan12125) - Tuesday, 11 July 2023, 11:30 GMT Comment by lilydjwg (lilydjwg) - Tuesday, 11 July 2023, 12:22 GMT
Thanks, it worked! So the changes in the package can be dropped?
Comment by Chih-Hsuan Yen (yan12125) - Tuesday, 11 July 2023, 13:24 GMT
> Thanks, it worked! So the changes in the package can be dropped?

I believe so. Let's see what the package maintainer thinks.

Loading...