Gentoo Archives: gentoo-user

From: Markus Trippelsdorf <markus@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: latest eix versions messes with my screen status bar
Date: Tue, 20 Mar 2012 16:07:19
Message-Id: 20120320160554.GA1101@x4
In Reply to: [gentoo-user] latest eix versions messes with my screen status bar by Paul Hartman
1 On 2012.03.20 at 10:14 -0500, Paul Hartman wrote:
2 > Hi,
3 >
4 > Following a recent eix version update, after running eix-sync it
5 > leaves the session name on my screen status bar like:
6 >
7 > $eix-sync: Finished
8 >
9 > does anyone know anything about that?
10 >
11 > Is there perhaps something I can add to my shell prompt to make it
12 > reset the status bar title after a program exits?
13
14 See https://bugs.gentoo.org/show_bug.cgi?id=407473 .
15
16 $ echo -n "\033kzsh\033\\"
17 will set "zsh" in the status bar.
18
19 There is no way to reset the status bar title automatically, because
20 there is no way to determine its content before changing it.
21
22 --
23 Markus

Replies

Subject Author
Re: [gentoo-user] Re: latest eix versions messes with my screen status bar Paul Hartman <paul.hartman+gentoo@×××××.com>