Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Display current action in title bar
@ 2010-06-14 13:47 Paul Jones
  2010-06-15  9:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Jones @ 2010-06-14 13:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Paul Jones <paul@pauljones.id.au>
---
 package/Makefile.package.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/Makefile.package.in b/package/Makefile.package.in
index a2720d7..327ab92 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -48,8 +48,9 @@ INFLATE.tbz2 = $(BZCAT)
 INFLATE.tgz  = $(ZCAT)
 INFLATE.tar  = cat
 
-# 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"
 TERM_BOLD := $(shell tput smso)
 TERM_RESET := $(shell tput rmso)
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-15 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 13:47 [Buildroot] [PATCH] Display current action in title bar Paul Jones
2010-06-15  9:56 ` Thomas Petazzoni
2010-06-15 10:20   ` Peter Korsgaard
2010-06-15 10:33   ` Paul Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox