Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 426224

Summary: app-misc/screen treats xterm and xterm-256color differently
Product: Gentoo Linux Reporter: redneb <redneb>
Component: New packagesAssignee: Sven Wegener <swegener>
Status: RESOLVED FIXED    
Severity: normal CC: shell-tools
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description redneb 2012-07-11 23:43:29 UTC
Our default system-wide screenrc includes some nice xterm tweaks (such as using the xterm window title to display messages instead of the hardstatus). Unfortunately these tweaks are not enabled when TERM=xterm-256color. This can be easily fixed by changing lines such as
  termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
to
  termcapinfo xterm* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'

Reproducible: Always
Comment 1 Sven Wegener gentoo-dev 2012-12-02 22:04:52 UTC
I've replaces all occurrences with xterm*.