Your message dated Fri, 22 May 2026 22:53:29 +0200
with message-id <[email protected]>
and subject line Closing as wontfix
has caused the Debian Bug report #711886,
regarding screen: support for FQDN in hardstatus string
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.)
--
711886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711886
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: screen
Version: 4.1.0~20120320gitdb59704-7
Severity: wishlist
In hardstatus strings, one can use %H which will be replaces with the
hostname. However, even if the hostname is set to a FQDN, what screen
does is to display the node name only (all characters from left to right
in FQDN/hostname until first dot).
It would be nice if screen would allow displaying the 'full' FQDN in the
hardstatus string.
--
Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: [email protected]
Internet: http://people.progress-technologies.net/~daniel.baumann/
--- End Message ---
--- Begin Message ---
tags 711886 + wontfix
thanks
Hi,
Thanks for the report.
I'm going to close this old wishlist feature request as wontfix, because
there's a reasonable enough workaround.
Example workaround in ~/.screenrc:
backtick 1 60 60 /bin/hostname -f
hardstatus string "%{=0;7}%1` %{=7;0}%H%{-}"
%1` shows the FQDN from hostname -f
If you want to pursue a native FQDN variable, please file a feature
request upstream:
https://savannah.gnu.org/bugs/?group=screen&func=additem
Cheers,
Peter Dey
--- End Message ---