Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 570088 Details for
Bug 550104
app-shells/bash - bashrc does not set the window title correctly for gnu screen
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bash set pane title for screen
xterm-window-title-escape-codes-for-screen.patch (text/plain), 418 bytes, created by
Heui-mun Park
on 2019-03-21 04:58:21 UTC
(
hide
)
Description:
bash set pane title for screen
Filename:
MIME Type:
Creator:
Heui-mun Park
Created:
2019-03-21 04:58:21 UTC
Size:
418 bytes
patch
obsolete
>diff -urN a/bashrc b/bashrc >--- a/bashrc 2019-03-21 11:47:44.491100581 +0900 >+++ b/bashrc 2019-03-21 13:00:57.670634017 +0900 >@@ -38,12 +38,9 @@ > > # Change the window title of X terminals > case ${TERM} in >- [aEkx]term*|rxvt*|gnome*|konsole*|interix) >+ [aEkx]term*|rxvt*|gnome*|konsole*|interix|screen*) > PS1='\[\033]0;\u@\h:\w\007\]' > ;; >- screen*) >- PS1='\[\033k\u@\h:\w\033\\\]' >- ;; > *) > unset PS1 > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 550104
:
570086
| 570088