Comment 7 for bug 1197726

Revision history for this message
In , Carl-Johan (carl-johan-redhat-bugs) wrote :

Description of problem:

If $TERM matches screen (or screen* since 2.8.64), the title escape sequence doesn't start with the correct escape codes.

Version-Release number of selected component (if applicable):

setup-2.8.57-1.fc18.noarch
screen-4.1.0-0.14.20120314git3c2946.fc18.x86_64

How reproducible:

Always.

Steps to Reproduce:
1. Start screen.
2.
3.

Actual results:

Window title is "bash".

Expected results:

Window title is "${USER}@${HOSTNAME}:${PWD/#HOME/~}".

Additional info:

Screen's escape sequence starts with "\033k", not "\033]0;".