From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Display current action in title bar
Date: Tue, 15 Jun 2010 11:56:13 +0200 [thread overview]
Message-ID: <20100615115613.29b5b01a@surf> (raw)
In-Reply-To: <1276523235-26299-1-git-send-email-paul@pauljones.id.au>
On Mon, 14 Jun 2010 23:47:15 +1000
Paul Jones <paul@pauljones.id.au> wrote:
> -# MESSAGE Macro -- display a message in bold type
> -MESSAGE = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
> +# MESSAGE Macro -- display a message in bold type and in the title bar
> +MESSAGE = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)" \
> + && echo -en "\033]2; $($(PKG)_NAME) $($(PKG)_VERSION) $(1) \007"
I've tried this here in my xfterm (XFCE terminal) and it doesn't do
anything. Is my terminal emulator too crappy ?
Anyway, I'm not sure I'd like to see Buildroot hijack the title bar of
my terminal emulator. Or maybe I'm missing the point of your patch ?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2010-06-15 9:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 13:47 [Buildroot] [PATCH] Display current action in title bar Paul Jones
2010-06-15 9:56 ` Thomas Petazzoni [this message]
2010-06-15 10:20 ` Peter Korsgaard
2010-06-15 10:33 ` Paul Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100615115613.29b5b01a@surf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox