Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 570086 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 tmux
xterm-window-title-escape-codes-for-tmux.patch (text/plain), 682 bytes, created by
Heui-mun Park
on 2019-03-21 04:57:34 UTC
(
hide
)
Description:
bash set pane title for tmux
Filename:
MIME Type:
Creator:
Heui-mun Park
Created:
2019-03-21 04:57:34 UTC
Size:
682 bytes
patch
obsolete
>diff -urN a/bashrc b/bashrc >--- a/bashrc 2019-03-21 11:47:44.491100581 +0900 >+++ b/bashrc 2019-03-21 11:51:33.469860097 +0900 >@@ -38,7 +38,7 @@ > > # Change the window title of X terminals > case ${TERM} in >- [aEkx]term*|rxvt*|gnome*|konsole*|interix) >+ [aEkx]term*|rxvt*|gnome*|konsole*|interix|tmux*) > PS1='\[\033]0;\u@\h:\w\007\]' > ;; > screen*) >@@ -80,7 +80,7 @@ > # Some systems (e.g. BSD & embedded) don't typically come with > # dircolors so we need to hardcode some terminals in here. > case ${TERM} in >- [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25|*color) use_color=true;; >+ [aEkx]term*|rxvt*|gnome*|konsole*|screen|tmux|cons25|*color) use_color=true;; > esac > fi >
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