Your message dated Mon, 18 May 2026 15:12:52 +0200
with message-id <[email protected]>
and subject line Not a screen bug; and current dircolors handles screen* TERM 
values
has caused the Debian Bug report #622265,
regarding TERM=screen.mlterm breaks dircolors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
622265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: screen
Version: 4.0.3-14

As for TERM=screen.mlterm, the output of dircolors empties.

$ echo $TERM
mlterm
$ dircolors
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;...
export LS_COLORS

$ screen
$ echo $TERM
screen.mlterm
$ dircolors
LS_COLORS='';
export LS_COLORS

$ exit
$ TERM=screen screen
$ echo $TERM
screen
$ dircolors
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;...
export LS_COLORS



--- End Message ---
--- Begin Message ---
notfound 622265 5.0.1-2
tags 622265 + unreproducible wontfix
thanks

Hi,

I am unable to reproduce this bug on a modern version of screen + coreutils/dircolors.

dircolors uses its own database (not terminfo), and current defaults include matching TERM patterns such as screen* (and also mlterm), so LS_COLORS is populated.

Closing this as stale/unreproducible; not a screen bug; and seems to have been fixed by coreutils now.

Cheers,
Peter Dey

--- End Message ---

Reply via email to