Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426224 - app-misc/screen treats xterm and xterm-256color differently
Summary: app-misc/screen treats xterm and xterm-256color differently
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 23:43 UTC by redneb
Modified: 2012-12-02 22:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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*.